#A7DBEB

Color #A7DBEB Light Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Blue #A7DBEB

Tints of Light Blue #A7DBEB

Color information

#A7DBEB (or 0xA7DBEB) is unknown color: approx Light Blue. HEX triplet: A7, DB and EB. RGB value is (167,219,235). Sum of RGB (Red+Green+Blue) = 167+219+235=621 (82% of max value = 765). Red value is 167 (65.62% from 255 or 26.89% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #A7DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DBEB is #582414. Grayscale: #CDCDCD. Windows color (decimal): -5776405 or 15457191. OLE color: 15457191.

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

Color convert

RGB167219235-
CMYK0.290.0700.08
HSL194.12º62.96%78.82%-
HSV(B)194.12º28.94%92.16%-
XYZ56.2664.8888.15-
YUV205.28144.77100.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.89%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 235 (92.19% from 255) = 37.84%
R=26.89%
G=35.27%
B=37.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1672192350.290.0700.08194.1262.9678.82
HexA7DBEB1D708c23f4f
Octal24733335335701030277117
Binary1010011111011011111010111110111101000110000101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DBEB; }

 p { color: rgb(167,219,235); }

 H1.HeaderClassName
 {
   color: #A7DBEB;
 }
 .AnyTagClassName
 {
   color: #A7DBEB;
 }
</style>
background-color css

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

 a { background-color: rgb(167,219,235); }

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

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

 span { border-color: rgb(167,219,235); }

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