Html Css Color HEX #AFCDEE Pale Cornflower Blue

📋 copy color: '#AFCDEE'

red 175 ◦ green 205 ◦ blue 238

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

Shades of Pale Cornflower Blue #AFCDEE

Tints of Pale Cornflower Blue #AFCDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.51%

R = 28.32%
G = 33.17%
B = 38.51%

CMYK

 C value IS 0.26

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFCDEE (or 0xAFCDEE) is known color: Pale Cornflower Blue. HEX triplet: AF, CD and EE. RGB value is (175,205,238). Sum of RGB (Red+Green+Blue) = 175+205+238=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFCDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCDEE is #503211. Grayscale: #C7C7C7. Windows color (decimal): -5255698 or 15650223. OLE color: 15650223.

HSL color Cylindrical-coordinate representation of color #AFCDEE: hue angle of 211.43º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCDEE is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 205 238 -
CMYK 0.26 0.14 0 0.07
HSL 211.43º 0.65% 0.81% -
HSV(B) 211.43º 0.26% 0.93% -
XYZ 54.94 58.95 89.37 -
YUV 199.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 175 205 238 0.26 0.14 0 0.07 211.43 0.65 0.81
Hex AF CD EE 1A E 0 7 D3 41 51
Octal 257 315 356 32 16 0 7 323 101 121
Binary 10101111 11001101 11101110 11010 1110 0 111 11010011 1000001 1010001

Color Harmonies of #AFCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCDEE

Black with #AFCDEE

Text Example


Text Example

White with #AFCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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