Html Css Color HEX #ADCBF0 Pale Cornflower Blue

📋 copy color: '#ADCBF0'

red 173 ◦ green 203 ◦ blue 240

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

Shades of Pale Cornflower Blue #ADCBF0

Tints of Pale Cornflower Blue #ADCBF0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.95%

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

R = 28.08%
G = 32.95%
B = 38.96%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ADCBF0 (or 0xADCBF0) is known color: Pale Cornflower Blue. HEX triplet: AD, CB and F0. RGB value is (173,203,240). Sum of RGB (Red+Green+Blue) = 173+203+240=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 203 (79.69% from 255 or 32.95% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADCBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBF0 is #52340F. Grayscale: #C6C6C6. Windows color (decimal): -5387280 or 15780781. OLE color: 15780781.

HSL color Cylindrical-coordinate representation of color #ADCBF0: hue angle of 213.13º 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 #ADCBF0 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 203 240 -
CMYK 0.28 0.15 0 0.06
HSL 213.13º 0.69% 0.81% -
HSV(B) 213.13º 0.28% 0.94% -
XYZ 54.32 57.89 90.75 -
YUV 198.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 173 203 240 0.28 0.15 0 0.06 213.13 0.69 0.81
Hex AD CB F0 1C F 0 6 D5 45 51
Octal 255 313 360 34 17 0 6 325 105 121
Binary 10101101 11001011 11110000 11100 1111 0 110 11010101 1000101 1010001

Color Harmonies of #ADCBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBF0

Black with #ADCBF0

Text Example


Text Example

White with #ADCBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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