Html Css Color HEX #AFCEED Pale Cornflower Blue

📋 copy color: '#AFCEED'

red 175 ◦ green 206 ◦ blue 237

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

Shades of Pale Cornflower Blue #AFCEED

Tints of Pale Cornflower Blue #AFCEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.35%

R = 28.32%
G = 33.33%
B = 38.35%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFCEED (or 0xAFCEED) is known color: Pale Cornflower Blue. HEX triplet: AF, CE and ED. RGB value is (175,206,237). Sum of RGB (Red+Green+Blue) = 175+206+237=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFCEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFCEED is #503112. Grayscale: #C8C8C8. Windows color (decimal): -5255443 or 15584943. OLE color: 15584943.

HSL color Cylindrical-coordinate representation of color #AFCEED: hue angle of 210º degrees, saturation: 0.63, 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 #AFCEED is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 206 237 -
CMYK 0.26 0.13 0 0.07
HSL 210º 0.63% 0.81% -
HSV(B) 210º 0.26% 0.93% -
XYZ 55.04 59.37 88.68 -
YUV 200.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 175 206 237 0.26 0.13 0 0.07 210 0.63 0.81
Hex AF CE ED 1A D 0 7 D2 3F 51
Octal 257 316 355 32 15 0 7 322 77 121
Binary 10101111 11001110 11101101 11010 1101 0 111 11010010 111111 1010001

Color Harmonies of #AFCEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCEED

Black with #AFCEED

Text Example


Text Example

White with #AFCEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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