Html Css Color HEX #A4DAEF Light Blue

📋 copy color: '#A4DAEF'

red 164 ◦ green 218 ◦ blue 239

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

Shades of Light Blue #A4DAEF

Tints of Light Blue #A4DAEF

RGB

 RED value IS 164 (64.45% from 255) = 26.41%

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

 BLUE value IS 239 (93.75% from 255) = 38.49%

R = 26.41%
G = 35.1%
B = 38.49%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A4DAEF (or 0xA4DAEF) is known color: Light Blue. HEX triplet: A4, DA and EF. RGB value is (164,218,239). Sum of RGB (Red+Green+Blue) = 164+218+239=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 218 (85.55% from 255 or 35.10% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #A4DAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DAEF is #5B2510. Grayscale: #CCCCCC. Windows color (decimal): -5973265 or 15719076. OLE color: 15719076.

HSL color Cylindrical-coordinate representation of color #A4DAEF: hue angle of 196.8º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4DAEF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 164 218 239 -
CMYK 0.31 0.09 0 0.06
HSL 196.8º 0.7% 0.79% -
HSV(B) 196.8º 0.31% 0.94% -
XYZ 55.96 64.27 91.12 -
YUV 204.25 147.61 99.29 -
System Red Green Blue C M Y K H S L
Decimal 164 218 239 0.31 0.09 0 0.06 196.8 0.7 0.79
Hex A4 DA EF 1F 9 0 6 C5 46 4F
Octal 244 332 357 37 11 0 6 305 106 117
Binary 10100100 11011010 11101111 11111 1001 0 110 11000101 1000110 1001111

Color Harmonies of #A4DAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DAEF

Black with #A4DAEF

Text Example


Text Example

White with #A4DAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DAEF; }

 p { color: rgb(164,218,239); }

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

background-color css

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

 a { background-color: rgb(164,218,239); }

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

border-color css

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

 span { border-color: rgb(164,218,239); }

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