Html Css Color HEX #ADD4F1 Pale Cornflower Blue

📋 copy color: '#ADD4F1'

red 173 ◦ green 212 ◦ blue 241

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

Shades of Pale Cornflower Blue #ADD4F1

Tints of Pale Cornflower Blue #ADD4F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.5%

R = 27.64%
G = 33.87%
B = 38.5%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADD4F1 (or 0xADD4F1) is known color: Pale Cornflower Blue. HEX triplet: AD, D4 and F1. RGB value is (173,212,241). Sum of RGB (Red+Green+Blue) = 173+212+241=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADD4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD4F1 is #522B0E. Grayscale: #CBCBCB. Windows color (decimal): -5384975 or 15848621. OLE color: 15848621.

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

Color convert

RGB 173 212 241 -
CMYK 0.28 0.12 0 0.05
HSL 205.59º 0.71% 0.81% -
HSV(B) 205.59º 0.28% 0.95% -
XYZ 56.65 62.32 92.26 -
YUV 203.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 173 212 241 0.28 0.12 0 0.05 205.59 0.71 0.81
Hex AD D4 F1 1C C 0 5 CE 47 51
Octal 255 324 361 34 14 0 5 316 107 121
Binary 10101101 11010100 11110001 11100 1100 0 101 11001110 1000111 1010001

Color Harmonies of #ADD4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD4F1

Black with #ADD4F1

Text Example


Text Example

White with #ADD4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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