Html Css Color HEX #77A8FF Cornflower Blue

📋 copy color: '#77A8FF'

red 119 ◦ green 168 ◦ blue 255

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

Shades of Cornflower Blue #77A8FF

Tints of Cornflower Blue #77A8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31%

 BLUE value IS 255 (100% from 255) = 47.05%

R = 21.96%
G = 31%
B = 47.05%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77A8FF (or 0x77A8FF) is known color: Cornflower Blue. HEX triplet: 77, A8 and FF. RGB value is (119,168,255). Sum of RGB (Red+Green+Blue) = 119+168+255=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #77A8FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A8FF is #885700. Grayscale: #A2A2A2. Windows color (decimal): -8935169 or 16754807. OLE color: 16754807.

HSL color Cylindrical-coordinate representation of color #77A8FF: hue angle of 218.38º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77A8FF is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 168 255 -
CMYK 0.53 0.34 0 0
HSL 218.38º 1% 0.73% -
HSV(B) 218.38º 0.53% 1% -
XYZ 39.66 39.15 100.07 -
YUV 163.27 179.77 96.43 -
System Red Green Blue C M Y K H S L
Decimal 119 168 255 0.53 0.34 0 0 218.38 1 0.73
Hex 77 A8 FF 35 22 0 0 DA 64 49
Octal 167 250 377 65 42 0 0 332 144 111
Binary 1110111 10101000 11111111 110101 100010 0 0 11011010 1100100 1001001

Color Harmonies of #77A8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A8FF

Black with #77A8FF

Text Example


Text Example

White with #77A8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,168,255); }

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

background-color css

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

 a { background-color: rgb(119,168,255); }

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

border-color css

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

 span { border-color: rgb(119,168,255); }

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