Html Css Color HEX #77CDF2 Sky Blue

📋 copy color: '#77CDF2'

red 119 ◦ green 205 ◦ blue 242

#77CDF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sky Blue #77CDF2

Tints of Sky Blue #77CDF2

RGB

 RED value IS 119 (46.88% from 255) = 21.02%

 GREEN value IS 205 (80.47% from 255) = 36.22%

 BLUE value IS 242 (94.92% from 255) = 42.76%

R = 21.02%
G = 36.22%
B = 42.76%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#77CDF2 (or 0x77CDF2) is known color: Sky Blue. HEX triplet: 77, CD and F2. RGB value is (119,205,242). Sum of RGB (Red+Green+Blue) = 119+205+242=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #77CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77CDF2 is #88320D. Grayscale: #B7B7B7. Windows color (decimal): -8925710 or 15912311. OLE color: 15912311.

HSL color Cylindrical-coordinate representation of color #77CDF2: hue angle of 198.05º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77CDF2 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 205 242 -
CMYK 0.51 0.15 0 0.05
HSL 198.05º 0.83% 0.71% -
HSV(B) 198.05º 0.51% 0.95% -
XYZ 45.47 54 92.03 -
YUV 183.5 161.01 81.99 -
System Red Green Blue C M Y K H S L
Decimal 119 205 242 0.51 0.15 0 0.05 198.05 0.83 0.71
Hex 77 CD F2 33 F 0 5 C6 53 47
Octal 167 315 362 63 17 0 5 306 123 107
Binary 1110111 11001101 11110010 110011 1111 0 101 11000110 1010011 1000111

Color Harmonies of #77CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDF2

Black with #77CDF2

Text Example


Text Example

White with #77CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77CDF2; }

 p { color: rgb(119,205,242); }

 H1.HeaderClassName
 {
   color: #77CDF2;
 }
 .AnyTagClassName
 {
   color: #77CDF2;
 }
</style>

background-color css

<style>
 a { background-color: #77CDF2; }

 a { background-color: rgb(119,205,242); }

 div.DivClassName
 {
   background-color: #77CDF2;
 }
 .BgClassName
 {
   background-color: #77CDF2;
 }
</style>

border-color css

<style>
 span { border-color: #77CDF2; }

 span { border-color: rgb(119,205,242); }

 td.TdClassName
 {
   border-color: #77CDF2;
 }
 .TagClassName
 {
   border-color: #77CDF2;
 }
</style>