Html Css Color HEX #AFCFF1 Pale Cornflower Blue

📋 copy color: '#AFCFF1'

red 175 ◦ green 207 ◦ blue 241

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

Shades of Pale Cornflower Blue #AFCFF1

Tints of Pale Cornflower Blue #AFCFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 28.09%
G = 33.23%
B = 38.68%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFCFF1 (or 0xAFCFF1) is known color: Pale Cornflower Blue. HEX triplet: AF, CF and F1. RGB value is (175,207,241). Sum of RGB (Red+Green+Blue) = 175+207+241=623 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.09% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFCFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCFF1 is #50300E. Grayscale: #C9C9C9. Windows color (decimal): -5255183 or 15847343. OLE color: 15847343.

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

Color convert

RGB 175 207 241 -
CMYK 0.27 0.14 0 0.05
HSL 210.91º 0.7% 0.82% -
HSV(B) 210.91º 0.27% 0.95% -
XYZ 55.87 60.09 91.87 -
YUV 201.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 175 207 241 0.27 0.14 0 0.05 210.91 0.7 0.82
Hex AF CF F1 1B E 0 5 D3 46 52
Octal 257 317 361 33 16 0 5 323 106 122
Binary 10101111 11001111 11110001 11011 1110 0 101 11010011 1000110 1010010

Color Harmonies of #AFCFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFF1

Black with #AFCFF1

Text Example


Text Example

White with #AFCFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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