Html Css Color HEX #A7DBEB Light Blue

📋 copy color: '#A7DBEB'

red 167 ◦ green 219 ◦ blue 235

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

Shades of Light Blue #A7DBEB

Tints of Light Blue #A7DBEB

RGB

 RED value IS 167 (65.63% 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 value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A7DBEB (or 0xA7DBEB) is known color: 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

RGB 167 219 235 -
CMYK 0.29 0.07 0 0.08
HSL 194.12º 0.63% 0.79% -
HSV(B) 194.12º 0.29% 0.92% -
XYZ 56.26 64.88 88.15 -
YUV 205.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 167 219 235 0.29 0.07 0 0.08 194.12 0.63 0.79
Hex A7 DB EB 1D 7 0 8 C2 3F 4F
Octal 247 333 353 35 7 0 10 302 77 117
Binary 10100111 11011011 11101011 11101 111 0 1000 11000010 111111 1001111

Color Harmonies of #A7DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7DBEB

Black with #A7DBEB

Text Example


Text Example

White with #A7DBEB

Text Example


Text Example

HTML Codes & Css Web 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>