Html Css Color HEX #ADD5F1 Pale Cornflower Blue

📋 copy color: '#ADD5F1'

red 173 ◦ green 213 ◦ blue 241

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

Shades of Pale Cornflower Blue #ADD5F1

Tints of Pale Cornflower Blue #ADD5F1

RGB

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

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

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

R = 27.59%
G = 33.97%
B = 38.44%

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

#ADD5F1 (or 0xADD5F1) is known color: Pale Cornflower Blue. HEX triplet: AD, D5 and F1. RGB value is (173,213,241). Sum of RGB (Red+Green+Blue) = 173+213+241=627 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.59% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADD5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADD5F1 is #522A0E. Grayscale: #CCCCCC. Windows color (decimal): -5384719 or 15848877. OLE color: 15848877.

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

Color convert

RGB 173 213 241 -
CMYK 0.28 0.12 0 0.05
HSL 204.71º 0.71% 0.81% -
HSV(B) 204.71º 0.28% 0.95% -
XYZ 56.91 62.82 92.35 -
YUV 204.23 148.75 105.72 -
System Red Green Blue C M Y K H S L
Decimal 173 213 241 0.28 0.12 0 0.05 204.71 0.71 0.81
Hex AD D5 F1 1C C 0 5 CD 47 51
Octal 255 325 361 34 14 0 5 315 107 121
Binary 10101101 11010101 11110001 11100 1100 0 101 11001101 1000111 1010001

Color Harmonies of #ADD5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5F1

Black with #ADD5F1

Text Example


Text Example

White with #ADD5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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