Html Css Color HEX #ADCBF1 Pale Cornflower Blue

📋 copy color: '#ADCBF1'

red 173 ◦ green 203 ◦ blue 241

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

Shades of Pale Cornflower Blue #ADCBF1

Tints of Pale Cornflower Blue #ADCBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.06%

R = 28.04%
G = 32.9%
B = 39.06%

CMYK

 C value IS 0.28

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADCBF1 (or 0xADCBF1) is known color: Pale Cornflower Blue. HEX triplet: AD, CB and F1. RGB value is (173,203,241). Sum of RGB (Red+Green+Blue) = 173+203+241=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADCBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBF1 is #52340E. Grayscale: #C6C6C6. Windows color (decimal): -5387279 or 15846317. OLE color: 15846317.

HSL color Cylindrical-coordinate representation of color #ADCBF1: hue angle of 213.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADCBF1 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 203 241 -
CMYK 0.28 0.16 0 0.05
HSL 213.53º 0.71% 0.81% -
HSV(B) 213.53º 0.28% 0.95% -
XYZ 54.47 57.95 91.53 -
YUV 198.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 173 203 241 0.28 0.16 0 0.05 213.53 0.71 0.81
Hex AD CB F1 1C 10 0 5 D6 47 51
Octal 255 313 361 34 20 0 5 326 107 121
Binary 10101101 11001011 11110001 11100 10000 0 101 11010110 1000111 1010001

Color Harmonies of #ADCBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBF1

Black with #ADCBF1

Text Example


Text Example

White with #ADCBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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