Html Css Color HEX #ADD3F2 Pale Cornflower Blue

📋 copy color: '#ADD3F2'

red 173 ◦ green 211 ◦ blue 242

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

Shades of Pale Cornflower Blue #ADD3F2

Tints of Pale Cornflower Blue #ADD3F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.66%

R = 27.64%
G = 33.71%
B = 38.66%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADD3F2 (or 0xADD3F2) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and F2. RGB value is (173,211,242). Sum of RGB (Red+Green+Blue) = 173+211+242=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADD3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3F2 is #522C0D. Grayscale: #CBCBCB. Windows color (decimal): -5385230 or 15913901. OLE color: 15913901.

HSL color Cylindrical-coordinate representation of color #ADD3F2: hue angle of 206.96º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADD3F2 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 211 242 -
CMYK 0.29 0.13 0 0.05
HSL 206.96º 0.73% 0.81% -
HSV(B) 206.96º 0.29% 0.95% -
XYZ 56.55 61.88 92.97 -
YUV 203.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 173 211 242 0.29 0.13 0 0.05 206.96 0.73 0.81
Hex AD D3 F2 1D D 0 5 CF 49 51
Octal 255 323 362 35 15 0 5 317 111 121
Binary 10101101 11010011 11110010 11101 1101 0 101 11001111 1001001 1010001

Color Harmonies of #ADD3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3F2

Black with #ADD3F2

Text Example


Text Example

White with #ADD3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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