Html Css Color HEX #ADD3FB Pale Cornflower Blue

📋 copy color: '#ADD3FB'

red 173 ◦ green 211 ◦ blue 251

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

Shades of Pale Cornflower Blue #ADD3FB

Tints of Pale Cornflower Blue #ADD3FB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.23%

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

R = 27.24%
G = 33.23%
B = 39.53%

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

#ADD3FB (or 0xADD3FB) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and FB. RGB value is (173,211,251). Sum of RGB (Red+Green+Blue) = 173+211+251=635 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.24% from 635); Green value is 211 (82.81% from 255 or 33.23% from 635); Blue value is 251 (98.44% from 255 or 39.53% from 635); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADD3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3FB is #522C04. Grayscale: #CCCCCC. Windows color (decimal): -5385221 or 16503725. OLE color: 16503725.

HSL color Cylindrical-coordinate representation of color #ADD3FB: hue angle of 210.77º 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 #ADD3FB is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 211 251 -
CMYK 0.31 0.16 0 0.02
HSL 210.77º 0.91% 0.83% -
HSV(B) 210.77º 0.31% 0.98% -
XYZ 57.94 62.44 100.26 -
YUV 204.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 173 211 251 0.31 0.16 0 0.02 210.77 0.91 0.83
Hex AD D3 FB 1F 10 0 2 D3 5B 53
Octal 255 323 373 37 20 0 2 323 133 123
Binary 10101101 11010011 11111011 11111 10000 0 10 11010011 1011011 1010011

Color Harmonies of #ADD3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3FB

Black with #ADD3FB

Text Example


Text Example

White with #ADD3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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