Html Css Color HEX #ADCBF2 Pale Cornflower Blue

📋 copy color: '#ADCBF2'

red 173 ◦ green 203 ◦ blue 242

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

Shades of Pale Cornflower Blue #ADCBF2

Tints of Pale Cornflower Blue #ADCBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.16%

R = 27.99%
G = 32.85%
B = 39.16%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADCBF2 (or 0xADCBF2) is known color: Pale Cornflower Blue. HEX triplet: AD, CB and F2. RGB value is (173,203,242). Sum of RGB (Red+Green+Blue) = 173+203+242=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADCBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBF2 is #52340D. Grayscale: #C6C6C6. Windows color (decimal): -5387278 or 15911853. OLE color: 15911853.

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

Color convert

RGB 173 203 242 -
CMYK 0.29 0.16 0 0.05
HSL 213.91º 0.73% 0.81% -
HSV(B) 213.91º 0.29% 0.95% -
XYZ 54.62 58.01 92.32 -
YUV 198.48 152.56 109.83 -
System Red Green Blue C M Y K H S L
Decimal 173 203 242 0.29 0.16 0 0.05 213.91 0.73 0.81
Hex AD CB F2 1D 10 0 5 D6 49 51
Octal 255 313 362 35 20 0 5 326 111 121
Binary 10101101 11001011 11110010 11101 10000 0 101 11010110 1001001 1010001

Color Harmonies of #ADCBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCBF2

Black with #ADCBF2

Text Example


Text Example

White with #ADCBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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