Html Css Color HEX #ADD3F1 Pale Cornflower Blue

📋 copy color: '#ADD3F1'

red 173 ◦ green 211 ◦ blue 241

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

Shades of Pale Cornflower Blue #ADD3F1

Tints of Pale Cornflower Blue #ADD3F1

RGB

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

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

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

R = 27.68%
G = 33.76%
B = 38.56%

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

#ADD3F1 (or 0xADD3F1) is known color: Pale Cornflower Blue. HEX triplet: AD, D3 and F1. RGB value is (173,211,241). Sum of RGB (Red+Green+Blue) = 173+211+241=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADD3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD3F1 is #522C0E. Grayscale: #CACACA. Windows color (decimal): -5385231 or 15848365. OLE color: 15848365.

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

Color convert

RGB 173 211 241 -
CMYK 0.28 0.12 0 0.05
HSL 206.47º 0.71% 0.81% -
HSV(B) 206.47º 0.28% 0.95% -
XYZ 56.41 61.82 92.18 -
YUV 203.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 173 211 241 0.28 0.12 0 0.05 206.47 0.71 0.81
Hex AD D3 F1 1C C 0 5 CE 47 51
Octal 255 323 361 34 14 0 5 316 107 121
Binary 10101101 11010011 11110001 11100 1100 0 101 11001110 1000111 1010001

Color Harmonies of #ADD3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD3F1

Black with #ADD3F1

Text Example


Text Example

White with #ADD3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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