Html Css Color HEX #ADD0FB Pale Cornflower Blue

📋 copy color: '#ADD0FB'

red 173 ◦ green 208 ◦ blue 251

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

Shades of Pale Cornflower Blue #ADD0FB

Tints of Pale Cornflower Blue #ADD0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.91%

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

R = 27.37%
G = 32.91%
B = 39.72%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ADD0FB (or 0xADD0FB) is known color: Pale Cornflower Blue. HEX triplet: AD, D0 and FB. RGB value is (173,208,251). Sum of RGB (Red+Green+Blue) = 173+208+251=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 208 (81.64% from 255 or 32.91% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADD0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD0FB is #522F04. Grayscale: #CACACA. Windows color (decimal): -5385989 or 16502957. OLE color: 16502957.

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

Color convert

RGB 173 208 251 -
CMYK 0.31 0.17 0 0.02
HSL 213.08º 0.91% 0.83% -
HSV(B) 213.08º 0.31% 0.98% -
XYZ 57.2 60.96 100.02 -
YUV 202.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 173 208 251 0.31 0.17 0 0.02 213.08 0.91 0.83
Hex AD D0 FB 1F 11 0 2 D5 5B 53
Octal 255 320 373 37 21 0 2 325 133 123
Binary 10101101 11010000 11111011 11111 10001 0 10 11010101 1011011 1010011

Color Harmonies of #ADD0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0FB

Black with #ADD0FB

Text Example


Text Example

White with #ADD0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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