Html Css Color HEX #ADCEF0 Pale Cornflower Blue

📋 copy color: '#ADCEF0'

red 173 ◦ green 206 ◦ blue 240

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

Shades of Pale Cornflower Blue #ADCEF0

Tints of Pale Cornflower Blue #ADCEF0

RGB

 RED value IS 173 (67.97% from 255) = 27.95%

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

 BLUE value IS 240 (94.14% from 255) = 38.77%

R = 27.95%
G = 33.28%
B = 38.77%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADCEF0 (or 0xADCEF0) is known color: Pale Cornflower Blue. HEX triplet: AD, CE and F0. RGB value is (173,206,240). Sum of RGB (Red+Green+Blue) = 173+206+240=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 240 (94.14% from 255 or 38.77% from 619); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADCEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCEF0 is #52310F. Grayscale: #C7C7C7. Windows color (decimal): -5386512 or 15781549. OLE color: 15781549.

HSL color Cylindrical-coordinate representation of color #ADCEF0: hue angle of 210.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADCEF0 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 206 240 -
CMYK 0.28 0.14 0 0.06
HSL 210.45º 0.69% 0.81% -
HSV(B) 210.45º 0.28% 0.94% -
XYZ 55.03 59.32 90.99 -
YUV 200.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 173 206 240 0.28 0.14 0 0.06 210.45 0.69 0.81
Hex AD CE F0 1C E 0 6 D2 45 51
Octal 255 316 360 34 16 0 6 322 105 121
Binary 10101101 11001110 11110000 11100 1110 0 110 11010010 1000101 1010001

Color Harmonies of #ADCEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCEF0

Black with #ADCEF0

Text Example


Text Example

White with #ADCEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCEF0; }

 p { color: rgb(173,206,240); }

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

background-color css

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

 a { background-color: rgb(173,206,240); }

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

border-color css

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

 span { border-color: rgb(173,206,240); }

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