Html Css Color HEX #AFCAFF Pale Cornflower Blue

📋 copy color: '#AFCAFF'

red 175 ◦ green 202 ◦ blue 255

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

Shades of Pale Cornflower Blue #AFCAFF

Tints of Pale Cornflower Blue #AFCAFF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.96%

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

R = 27.69%
G = 31.96%
B = 40.35%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFCAFF (or 0xAFCAFF) is known color: Pale Cornflower Blue. HEX triplet: AF, CA and FF. RGB value is (175,202,255). Sum of RGB (Red+Green+Blue) = 175+202+255=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCAFF is #503500. Grayscale: #C7C7C7. Windows color (decimal): -5256449 or 16763567. OLE color: 16763567.

HSL color Cylindrical-coordinate representation of color #AFCAFF: hue angle of 219.75º 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 #AFCAFF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 175 202 255 -
CMYK 0.31 0.21 0 0
HSL 219.75º 1% 0.84% -
HSV(B) 219.75º 0.31% 1% -
XYZ 56.85 58.58 102.92 -
YUV 199.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 175 202 255 0.31 0.21 0 0 219.75 1 0.84
Hex AF CA FF 1F 15 0 0 DC 64 54
Octal 257 312 377 37 25 0 0 334 144 124
Binary 10101111 11001010 11111111 11111 10101 0 0 11011100 1100100 1010100

Color Harmonies of #AFCAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCAFF

Black with #AFCAFF

Text Example


Text Example

White with #AFCAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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