Html Css Color HEX #AFCEF2 Pale Cornflower Blue

📋 copy color: '#AFCEF2'

red 175 ◦ green 206 ◦ blue 242

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

Shades of Pale Cornflower Blue #AFCEF2

Tints of Pale Cornflower Blue #AFCEF2

RGB

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

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

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

R = 28.09%
G = 33.07%
B = 38.84%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFCEF2 (or 0xAFCEF2) is known color: Pale Cornflower Blue. HEX triplet: AF, CE and F2. RGB value is (175,206,242). Sum of RGB (Red+Green+Blue) = 175+206+242=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFCEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEF2 is #50310D. Grayscale: #C8C8C8. Windows color (decimal): -5255438 or 15912623. OLE color: 15912623.

HSL color Cylindrical-coordinate representation of color #AFCEF2: hue angle of 212.24º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFCEF2 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 206 242 -
CMYK 0.28 0.15 0 0.05
HSL 212.24º 0.72% 0.82% -
HSV(B) 212.24º 0.28% 0.95% -
XYZ 55.78 59.67 92.58 -
YUV 200.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 175 206 242 0.28 0.15 0 0.05 212.24 0.72 0.82
Hex AF CE F2 1C F 0 5 D4 48 52
Octal 257 316 362 34 17 0 5 324 110 122
Binary 10101111 11001110 11110010 11100 1111 0 101 11010100 1001000 1010010

Color Harmonies of #AFCEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEF2

Black with #AFCEF2

Text Example


Text Example

White with #AFCEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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