Html Css Color HEX #AFD0EA Pale Cornflower Blue

📋 copy color: '#AFD0EA'

red 175 ◦ green 208 ◦ blue 234

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

Shades of Pale Cornflower Blue #AFD0EA

Tints of Pale Cornflower Blue #AFD0EA

RGB

 RED value IS 175 (68.75% from 255) = 28.36%

 GREEN value IS 208 (81.64% from 255) = 33.71%

 BLUE value IS 234 (91.8% from 255) = 37.93%

R = 28.36%
G = 33.71%
B = 37.93%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFD0EA (or 0xAFD0EA) is known color: Pale Cornflower Blue. HEX triplet: AF, D0 and EA. RGB value is (175,208,234). Sum of RGB (Red+Green+Blue) = 175+208+234=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFD0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD0EA is #502F15. Grayscale: #C8C8C8. Windows color (decimal): -5254934 or 15388847. OLE color: 15388847.

HSL color Cylindrical-coordinate representation of color #AFD0EA: hue angle of 206.44º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD0EA is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 208 234 -
CMYK 0.25 0.11 0 0.08
HSL 206.44º 0.58% 0.8% -
HSV(B) 206.44º 0.25% 0.92% -
XYZ 55.09 60.17 86.55 -
YUV 201.1 146.57 109.39 -
System Red Green Blue C M Y K H S L
Decimal 175 208 234 0.25 0.11 0 0.08 206.44 0.58 0.8
Hex AF D0 EA 19 B 0 8 CE 3A 50
Octal 257 320 352 31 13 0 10 316 72 120
Binary 10101111 11010000 11101010 11001 1011 0 1000 11001110 111010 1010000

Color Harmonies of #AFD0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0EA

Black with #AFD0EA

Text Example


Text Example

White with #AFD0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0EA; }

 p { color: rgb(175,208,234); }

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

background-color css

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

 a { background-color: rgb(175,208,234); }

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

border-color css

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

 span { border-color: rgb(175,208,234); }

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