Html Css Color HEX #AFD0E8 Pale Cornflower Blue

📋 copy color: '#AFD0E8'

red 175 ◦ green 208 ◦ blue 232

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

Shades of Pale Cornflower Blue #AFD0E8

Tints of Pale Cornflower Blue #AFD0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.72%

R = 28.46%
G = 33.82%
B = 37.72%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFD0E8 (or 0xAFD0E8) is known color: Pale Cornflower Blue. HEX triplet: AF, D0 and E8. RGB value is (175,208,232). Sum of RGB (Red+Green+Blue) = 175+208+232=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFD0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFD0E8 is #502F17. Grayscale: #C8C8C8. Windows color (decimal): -5254936 or 15257775. OLE color: 15257775.

HSL color Cylindrical-coordinate representation of color #AFD0E8: hue angle of 205.26º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFD0E8 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 208 232 -
CMYK 0.25 0.10 0 0.09
HSL 205.26º 0.55% 0.8% -
HSV(B) 205.26º 0.25% 0.91% -
XYZ 54.8 60.05 85.05 -
YUV 200.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 175 208 232 0.25 0.10 0 0.09 205.26 0.55 0.8
Hex AF D0 E8 19 A 0 9 CD 37 50
Octal 257 320 350 31 12 0 11 315 67 120
Binary 10101111 11010000 11101000 11001 1010 0 1001 11001101 110111 1010000

Color Harmonies of #AFD0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD0E8

Black with #AFD0E8

Text Example


Text Example

White with #AFD0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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