Html Css Color HEX #AFCFF2 Pale Cornflower Blue

📋 copy color: '#AFCFF2'

red 175 ◦ green 207 ◦ blue 242

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

Shades of Pale Cornflower Blue #AFCFF2

Tints of Pale Cornflower Blue #AFCFF2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.17%

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

R = 28.04%
G = 33.17%
B = 38.78%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFCFF2 (or 0xAFCFF2) is known color: Pale Cornflower Blue. HEX triplet: AF, CF and F2. RGB value is (175,207,242). Sum of RGB (Red+Green+Blue) = 175+207+242=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 207 (81.25% from 255 or 33.17% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFCFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFF2 is #50300D. Grayscale: #C9C9C9. Windows color (decimal): -5255182 or 15912879. OLE color: 15912879.

HSL color Cylindrical-coordinate representation of color #AFCFF2: hue angle of 211.34º 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 #AFCFF2 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 207 242 -
CMYK 0.28 0.14 0 0.05
HSL 211.34º 0.72% 0.82% -
HSV(B) 211.34º 0.28% 0.95% -
XYZ 56.02 60.15 92.66 -
YUV 201.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 175 207 242 0.28 0.14 0 0.05 211.34 0.72 0.82
Hex AF CF F2 1C E 0 5 D3 48 52
Octal 257 317 362 34 16 0 5 323 110 122
Binary 10101111 11001111 11110010 11100 1110 0 101 11010011 1001000 1010010

Color Harmonies of #AFCFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFF2

Black with #AFCFF2

Text Example


Text Example

White with #AFCFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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