Html Css Color HEX #AFCDFF Pale Cornflower Blue

📋 copy color: '#AFCDFF'

red 175 ◦ green 205 ◦ blue 255

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

Shades of Pale Cornflower Blue #AFCDFF

Tints of Pale Cornflower Blue #AFCDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.28%

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

R = 27.56%
G = 32.28%
B = 40.16%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AFCDFF (or 0xAFCDFF) is known color: Pale Cornflower Blue. HEX triplet: AF, CD and FF. RGB value is (175,205,255). Sum of RGB (Red+Green+Blue) = 175+205+255=635 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.56% from 635); Green value is 205 (80.47% from 255 or 32.28% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFCDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDFF is #503200. Grayscale: #C9C9C9. Windows color (decimal): -5255681 or 16764335. OLE color: 16764335.

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

Color convert

RGB 175 205 255 -
CMYK 0.31 0.20 0 0
HSL 217.5º 1% 0.84% -
HSV(B) 217.5º 0.31% 1% -
XYZ 57.56 60 103.15 -
YUV 201.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 175 205 255 0.31 0.20 0 0 217.5 1 0.84
Hex AF CD FF 1F 14 0 0 DA 64 54
Octal 257 315 377 37 24 0 0 332 144 124
Binary 10101111 11001101 11111111 11111 10100 0 0 11011010 1100100 1010100

Color Harmonies of #AFCDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDFF

Black with #AFCDFF

Text Example


Text Example

White with #AFCDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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