Html Css Color HEX #A5DBEE Light Blue

📋 copy color: '#A5DBEE'

red 165 ◦ green 219 ◦ blue 238

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

Shades of Light Blue #A5DBEE

Tints of Light Blue #A5DBEE

RGB

 RED value IS 165 (64.84% from 255) = 26.53%

 GREEN value IS 219 (85.94% from 255) = 35.21%

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 26.53%
G = 35.21%
B = 38.26%

CMYK

 C value IS 0.31

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A5DBEE (or 0xA5DBEE) is known color: Light Blue. HEX triplet: A5, DB and EE. RGB value is (165,219,238). Sum of RGB (Red+Green+Blue) = 165+219+238=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBEE is #5A2411. Grayscale: #CCCCCC. Windows color (decimal): -5907474 or 15653797. OLE color: 15653797.

HSL color Cylindrical-coordinate representation of color #A5DBEE: hue angle of 195.62º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5DBEE is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 219 238 -
CMYK 0.31 0.08 0 0.07
HSL 195.62º 0.68% 0.79% -
HSV(B) 195.62º 0.31% 0.93% -
XYZ 56.28 64.84 90.44 -
YUV 205.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 165 219 238 0.31 0.08 0 0.07 195.62 0.68 0.79
Hex A5 DB EE 1F 8 0 7 C4 44 4F
Octal 245 333 356 37 10 0 7 304 104 117
Binary 10100101 11011011 11101110 11111 1000 0 111 11000100 1000100 1001111

Color Harmonies of #A5DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DBEE

Black with #A5DBEE

Text Example


Text Example

White with #A5DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DBEE; }

 p { color: rgb(165,219,238); }

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

background-color css

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

 a { background-color: rgb(165,219,238); }

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

border-color css

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

 span { border-color: rgb(165,219,238); }

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