Html Css Color HEX #ADD5FE Pale Cornflower Blue

📋 copy color: '#ADD5FE'

red 173 ◦ green 213 ◦ blue 254

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

Shades of Pale Cornflower Blue #ADD5FE

Tints of Pale Cornflower Blue #ADD5FE

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.28%

 BLUE value IS 254 (99.61% from 255) = 39.69%

R = 27.03%
G = 33.28%
B = 39.69%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ADD5FE (or 0xADD5FE) is known color: Pale Cornflower Blue. HEX triplet: AD, D5 and FE. RGB value is (173,213,254). Sum of RGB (Red+Green+Blue) = 173+213+254=640 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.03% from 640); Green value is 213 (83.59% from 255 or 33.28% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADD5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5FE is #522A01. Grayscale: #CDCDCD. Windows color (decimal): -5384706 or 16700845. OLE color: 16700845.

HSL color Cylindrical-coordinate representation of color #ADD5FE: hue angle of 210.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADD5FE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 173 213 254 -
CMYK 0.32 0.16 0 0.00
HSL 210.37º 0.98% 0.84% -
HSV(B) 210.37º 0.32% 1% -
XYZ 58.92 63.63 102.94 -
YUV 205.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 173 213 254 0.32 0.16 0 0.00 210.37 0.98 0.84
Hex AD D5 FE 20 10 0 0 D2 62 54
Octal 255 325 376 40 20 0 0 322 142 124
Binary 10101101 11010101 11111110 100000 10000 0 0 11010010 1100010 1010100

Color Harmonies of #ADD5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5FE

Black with #ADD5FE

Text Example


Text Example

White with #ADD5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5FE; }

 p { color: rgb(173,213,254); }

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

background-color css

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

 a { background-color: rgb(173,213,254); }

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

border-color css

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

 span { border-color: rgb(173,213,254); }

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