Html Css Color HEX #AFCEEB Pale Cornflower Blue

📋 copy color: '#AFCEEB'

red 175 ◦ green 206 ◦ blue 235

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

Shades of Pale Cornflower Blue #AFCEEB

Tints of Pale Cornflower Blue #AFCEEB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.44%

 BLUE value IS 235 (92.19% from 255) = 38.15%

R = 28.41%
G = 33.44%
B = 38.15%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFCEEB (or 0xAFCEEB) is known color: Pale Cornflower Blue. HEX triplet: AF, CE and EB. RGB value is (175,206,235). Sum of RGB (Red+Green+Blue) = 175+206+235=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFCEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEEB is #503114. Grayscale: #C7C7C7. Windows color (decimal): -5255445 or 15453871. OLE color: 15453871.

HSL color Cylindrical-coordinate representation of color #AFCEEB: hue angle of 209º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFCEEB is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 206 235 -
CMYK 0.26 0.12 0 0.08
HSL 209º 0.6% 0.8% -
HSV(B) 209º 0.26% 0.92% -
XYZ 54.75 59.25 87.15 -
YUV 200.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 175 206 235 0.26 0.12 0 0.08 209 0.6 0.8
Hex AF CE EB 1A C 0 8 D1 3C 50
Octal 257 316 353 32 14 0 10 321 74 120
Binary 10101111 11001110 11101011 11010 1100 0 1000 11010001 111100 1010000

Color Harmonies of #AFCEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEEB

Black with #AFCEEB

Text Example


Text Example

White with #AFCEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEEB; }

 p { color: rgb(175,206,235); }

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

background-color css

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

 a { background-color: rgb(175,206,235); }

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

border-color css

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

 span { border-color: rgb(175,206,235); }

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