Html Css Color HEX #ADD4FB Pale Cornflower Blue

📋 copy color: '#ADD4FB'

red 173 ◦ green 212 ◦ blue 251

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

Shades of Pale Cornflower Blue #ADD4FB

Tints of Pale Cornflower Blue #ADD4FB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.33%

 BLUE value IS 251 (98.44% from 255) = 39.47%

R = 27.2%
G = 33.33%
B = 39.47%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADD4FB (or 0xADD4FB) is known color: Pale Cornflower Blue. HEX triplet: AD, D4 and FB. RGB value is (173,212,251). Sum of RGB (Red+Green+Blue) = 173+212+251=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADD4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4FB is #522B04. Grayscale: #CCCCCC. Windows color (decimal): -5384965 or 16503981. OLE color: 16503981.

HSL color Cylindrical-coordinate representation of color #ADD4FB: hue angle of 210º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADD4FB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 212 251 -
CMYK 0.31 0.16 0 0.02
HSL 210º 0.91% 0.83% -
HSV(B) 210º 0.31% 0.98% -
XYZ 58.19 62.94 100.35 -
YUV 204.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 173 212 251 0.31 0.16 0 0.02 210 0.91 0.83
Hex AD D4 FB 1F 10 0 2 D2 5B 53
Octal 255 324 373 37 20 0 2 322 133 123
Binary 10101101 11010100 11111011 11111 10000 0 10 11010010 1011011 1010011

Color Harmonies of #ADD4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4FB

Black with #ADD4FB

Text Example


Text Example

White with #ADD4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4FB; }

 p { color: rgb(173,212,251); }

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

background-color css

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

 a { background-color: rgb(173,212,251); }

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

border-color css

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

 span { border-color: rgb(173,212,251); }

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