Html Css Color HEX #ADDAF1 Light Blue

📋 copy color: '#ADDAF1'

red 173 ◦ green 218 ◦ blue 241

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

Shades of Light Blue #ADDAF1

Tints of Light Blue #ADDAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.49%

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

R = 27.37%
G = 34.49%
B = 38.13%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ADDAF1 (or 0xADDAF1) is known color: Light Blue. HEX triplet: AD, DA and F1. RGB value is (173,218,241). Sum of RGB (Red+Green+Blue) = 173+218+241=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #ADDAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDAF1 is #52250E. Grayscale: #CFCFCF. Windows color (decimal): -5383439 or 15850157. OLE color: 15850157.

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

Color convert

RGB 173 218 241 -
CMYK 0.28 0.10 0 0.05
HSL 200.29º 0.71% 0.81% -
HSV(B) 200.29º 0.28% 0.95% -
XYZ 58.18 65.38 92.77 -
YUV 207.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 173 218 241 0.28 0.10 0 0.05 200.29 0.71 0.81
Hex AD DA F1 1C A 0 5 C8 47 51
Octal 255 332 361 34 12 0 5 310 107 121
Binary 10101101 11011010 11110001 11100 1010 0 101 11001000 1000111 1010001

Color Harmonies of #ADDAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAF1

Black with #ADDAF1

Text Example


Text Example

White with #ADDAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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