Html Css Color HEX #AFCCFF Pale Cornflower Blue

📋 copy color: '#AFCCFF'

red 175 ◦ green 204 ◦ blue 255

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

Shades of Pale Cornflower Blue #AFCCFF

Tints of Pale Cornflower Blue #AFCCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.18%

 BLUE value IS 255 (100% from 255) = 40.22%

R = 27.6%
G = 32.18%
B = 40.22%

CMYK

 C value IS 0.31

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFCCFF (or 0xAFCCFF) is known color: Pale Cornflower Blue. HEX triplet: AF, CC and FF. RGB value is (175,204,255). Sum of RGB (Red+Green+Blue) = 175+204+255=634 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.60% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFCCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCCFF is #503300. Grayscale: #C8C8C8. Windows color (decimal): -5255937 or 16764079. OLE color: 16764079.

HSL color Cylindrical-coordinate representation of color #AFCCFF: hue angle of 218.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFCCFF is Cyan = 0.31, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 204 255 -
CMYK 0.31 0.2 0 0
HSL 218.25º 1% 0.84% -
HSV(B) 218.25º 0.31% 1% -
XYZ 57.32 59.52 103.08 -
YUV 201.14 158.39 109.35 -
System Red Green Blue C M Y K H S L
Decimal 175 204 255 0.31 0.2 0 0 218.25 1 0.84
Hex AF CC FF 1F 14 0 0 DA 64 54
Octal 257 314 377 37 24 0 0 332 144 124
Binary 10101111 11001100 11111111 11111 10100 0 0 11011010 1100100 1010100

Color Harmonies of #AFCCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCFF

Black with #AFCCFF

Text Example


Text Example

White with #AFCCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCFF; }

 p { color: rgb(175,204,255); }

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

background-color css

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

 a { background-color: rgb(175,204,255); }

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

border-color css

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

 span { border-color: rgb(175,204,255); }

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