Html Css Color HEX #AFCFF0 Pale Cornflower Blue

📋 copy color: '#AFCFF0'

red 175 ◦ green 207 ◦ blue 240

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

Shades of Pale Cornflower Blue #AFCFF0

Tints of Pale Cornflower Blue #AFCFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.59%

R = 28.14%
G = 33.28%
B = 38.59%

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

#AFCFF0 (or 0xAFCFF0) is known color: Pale Cornflower Blue. HEX triplet: AF, CF and F0. RGB value is (175,207,240). Sum of RGB (Red+Green+Blue) = 175+207+240=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #AFCFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFF0 is #50300F. Grayscale: #C9C9C9. Windows color (decimal): -5255184 or 15781807. OLE color: 15781807.

HSL color Cylindrical-coordinate representation of color #AFCFF0: hue angle of 210.46º degrees, saturation: 0.68, 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 #AFCFF0 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 207 240 -
CMYK 0.27 0.14 0 0.06
HSL 210.46º 0.68% 0.81% -
HSV(B) 210.46º 0.27% 0.94% -
XYZ 55.72 60.03 91.09 -
YUV 201.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 175 207 240 0.27 0.14 0 0.06 210.46 0.68 0.81
Hex AF CF F0 1B E 0 6 D2 44 51
Octal 257 317 360 33 16 0 6 322 104 121
Binary 10101111 11001111 11110000 11011 1110 0 110 11010010 1000100 1010001

Color Harmonies of #AFCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFF0

Black with #AFCFF0

Text Example


Text Example

White with #AFCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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