Html Css Color HEX #ADCCF0 Pale Cornflower Blue

📋 copy color: '#ADCCF0'

red 173 ◦ green 204 ◦ blue 240

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

Shades of Pale Cornflower Blue #ADCCF0

Tints of Pale Cornflower Blue #ADCCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.06%

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

R = 28.04%
G = 33.06%
B = 38.9%

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

#ADCCF0 (or 0xADCCF0) is known color: Pale Cornflower Blue. HEX triplet: AD, CC and F0. RGB value is (173,204,240). Sum of RGB (Red+Green+Blue) = 173+204+240=617 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.04% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 240 (94.14% from 255 or 38.90% from 617); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADCCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCCF0 is #52330F. Grayscale: #C6C6C6. Windows color (decimal): -5387024 or 15781037. OLE color: 15781037.

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

Color convert

RGB 173 204 240 -
CMYK 0.28 0.15 0 0.06
HSL 212.24º 0.69% 0.81% -
HSV(B) 212.24º 0.28% 0.94% -
XYZ 54.55 58.36 90.83 -
YUV 198.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 173 204 240 0.28 0.15 0 0.06 212.24 0.69 0.81
Hex AD CC F0 1C F 0 6 D4 45 51
Octal 255 314 360 34 17 0 6 324 105 121
Binary 10101101 11001100 11110000 11100 1111 0 110 11010100 1000101 1010001

Color Harmonies of #ADCCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCCF0

Black with #ADCCF0

Text Example


Text Example

White with #ADCCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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