Html Css Color HEX #ADD5F2 Pale Cornflower Blue

📋 copy color: '#ADD5F2'

red 173 ◦ green 213 ◦ blue 242

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

Shades of Pale Cornflower Blue #ADD5F2

Tints of Pale Cornflower Blue #ADD5F2

RGB

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

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

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

R = 27.55%
G = 33.92%
B = 38.54%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADD5F2 (or 0xADD5F2) is known color: Pale Cornflower Blue. HEX triplet: AD, D5 and F2. RGB value is (173,213,242). Sum of RGB (Red+Green+Blue) = 173+213+242=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADD5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5F2 is #522A0D. Grayscale: #CCCCCC. Windows color (decimal): -5384718 or 15914413. OLE color: 15914413.

HSL color Cylindrical-coordinate representation of color #ADD5F2: hue angle of 205.22º 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 #ADD5F2 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 213 242 -
CMYK 0.29 0.12 0 0.05
HSL 205.22º 0.73% 0.81% -
HSV(B) 205.22º 0.29% 0.95% -
XYZ 57.05 62.88 93.14 -
YUV 204.35 149.25 105.64 -
System Red Green Blue C M Y K H S L
Decimal 173 213 242 0.29 0.12 0 0.05 205.22 0.73 0.81
Hex AD D5 F2 1D C 0 5 CD 49 51
Octal 255 325 362 35 14 0 5 315 111 121
Binary 10101101 11010101 11110010 11101 1100 0 101 11001101 1001001 1010001

Color Harmonies of #ADD5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5F2

Black with #ADD5F2

Text Example


Text Example

White with #ADD5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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