Html Css Color HEX #AFCEEF Pale Cornflower Blue

📋 copy color: '#AFCEEF'

red 175 ◦ green 206 ◦ blue 239

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

Shades of Pale Cornflower Blue #AFCEEF

Tints of Pale Cornflower Blue #AFCEEF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.23%

 BLUE value IS 239 (93.75% from 255) = 38.55%

R = 28.23%
G = 33.23%
B = 38.55%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFCEEF (or 0xAFCEEF) is known color: Pale Cornflower Blue. HEX triplet: AF, CE and EF. RGB value is (175,206,239). Sum of RGB (Red+Green+Blue) = 175+206+239=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEEF is #503110. Grayscale: #C8C8C8. Windows color (decimal): -5255441 or 15716015. OLE color: 15716015.

HSL color Cylindrical-coordinate representation of color #AFCEEF: hue angle of 210.94º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFCEEF is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 206 239 -
CMYK 0.27 0.14 0 0.06
HSL 210.94º 0.67% 0.81% -
HSV(B) 210.94º 0.27% 0.94% -
XYZ 55.33 59.49 90.23 -
YUV 200.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 175 206 239 0.27 0.14 0 0.06 210.94 0.67 0.81
Hex AF CE EF 1B E 0 6 D3 43 51
Octal 257 316 357 33 16 0 6 323 103 121
Binary 10101111 11001110 11101111 11011 1110 0 110 11010011 1000011 1010001

Color Harmonies of #AFCEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEEF

Black with #AFCEEF

Text Example


Text Example

White with #AFCEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEEF; }

 p { color: rgb(175,206,239); }

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

background-color css

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

 a { background-color: rgb(175,206,239); }

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

border-color css

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

 span { border-color: rgb(175,206,239); }

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