Html Css Color HEX #ADCDE7 Pale Cornflower Blue

📋 copy color: '#ADCDE7'

red 173 ◦ green 205 ◦ blue 231

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

Shades of Pale Cornflower Blue #ADCDE7

Tints of Pale Cornflower Blue #ADCDE7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.66%

 BLUE value IS 231 (90.63% from 255) = 37.93%

R = 28.41%
G = 33.66%
B = 37.93%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADCDE7 (or 0xADCDE7) is known color: Pale Cornflower Blue. HEX triplet: AD, CD and E7. RGB value is (173,205,231). Sum of RGB (Red+Green+Blue) = 173+205+231=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 231 (90.62% from 255 or 37.93% from 609); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADCDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCDE7 is #523218. Grayscale: #C6C6C6. Windows color (decimal): -5386777 or 15191469. OLE color: 15191469.

HSL color Cylindrical-coordinate representation of color #ADCDE7: hue angle of 206.9º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADCDE7 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 205 231 -
CMYK 0.25 0.11 0 0.09
HSL 206.9º 0.55% 0.79% -
HSV(B) 206.9º 0.25% 0.91% -
XYZ 53.49 58.32 84.04 -
YUV 198.4 146.4 109.89 -
System Red Green Blue C M Y K H S L
Decimal 173 205 231 0.25 0.11 0 0.09 206.9 0.55 0.79
Hex AD CD E7 19 B 0 9 CF 37 4F
Octal 255 315 347 31 13 0 11 317 67 117
Binary 10101101 11001101 11100111 11001 1011 0 1001 11001111 110111 1001111

Color Harmonies of #ADCDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCDE7

Black with #ADCDE7

Text Example


Text Example

White with #ADCDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCDE7; }

 p { color: rgb(173,205,231); }

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

background-color css

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

 a { background-color: rgb(173,205,231); }

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

border-color css

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

 span { border-color: rgb(173,205,231); }

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