Html Css Color HEX #A5DCF1 Light Blue

📋 copy color: '#A5DCF1'

red 165 ◦ green 220 ◦ blue 241

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

Shades of Light Blue #A5DCF1

Tints of Light Blue #A5DCF1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.14%

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

R = 26.36%
G = 35.14%
B = 38.5%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A5DCF1 (or 0xA5DCF1) is known color: Light Blue. HEX triplet: A5, DC and F1. RGB value is (165,220,241). Sum of RGB (Red+Green+Blue) = 165+220+241=626 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.36% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 241 (94.53% from 255 or 38.50% from 626); Max value from RGB is 241 - color contains mainly: blue. Hex color #A5DCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DCF1 is #5A230E. Grayscale: #CDCDCD. Windows color (decimal): -5907215 or 15850661. OLE color: 15850661.

HSL color Cylindrical-coordinate representation of color #A5DCF1: hue angle of 196.58º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5DCF1 is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 220 241 -
CMYK 0.32 0.09 0 0.05
HSL 196.58º 0.73% 0.8% -
HSV(B) 196.58º 0.32% 0.95% -
XYZ 56.99 65.54 92.87 -
YUV 205.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 165 220 241 0.32 0.09 0 0.05 196.58 0.73 0.8
Hex A5 DC F1 20 9 0 5 C5 49 50
Octal 245 334 361 40 11 0 5 305 111 120
Binary 10100101 11011100 11110001 100000 1001 0 101 11000101 1001001 1010000

Color Harmonies of #A5DCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DCF1

Black with #A5DCF1

Text Example


Text Example

White with #A5DCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DCF1; }

 p { color: rgb(165,220,241); }

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

background-color css

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

 a { background-color: rgb(165,220,241); }

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

border-color css

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

 span { border-color: rgb(165,220,241); }

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