Html Css Color HEX #A8DBEB Light Blue

📋 copy color: '#A8DBEB'

red 168 ◦ green 219 ◦ blue 235

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

Shades of Light Blue #A8DBEB

Tints of Light Blue #A8DBEB

RGB

 RED value IS 168 (66.02% from 255) = 27.01%

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

 BLUE value IS 235 (92.19% from 255) = 37.78%

R = 27.01%
G = 35.21%
B = 37.78%

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

#A8DBEB (or 0xA8DBEB) is known color: Light Blue. HEX triplet: A8, DB and EB. RGB value is (168,219,235). Sum of RGB (Red+Green+Blue) = 168+219+235=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBEB is #572414. Grayscale: #CDCDCD. Windows color (decimal): -5710869 or 15457192. OLE color: 15457192.

HSL color Cylindrical-coordinate representation of color #A8DBEB: hue angle of 194.33º 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 #A8DBEB is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 219 235 -
CMYK 0.29 0.07 0 0.08
HSL 194.33º 0.63% 0.79% -
HSV(B) 194.33º 0.29% 0.92% -
XYZ 56.48 64.99 88.16 -
YUV 205.58 144.6 101.2 -
System Red Green Blue C M Y K H S L
Decimal 168 219 235 0.29 0.07 0 0.08 194.33 0.63 0.79
Hex A8 DB EB 1D 7 0 8 C2 3F 4F
Octal 250 333 353 35 7 0 10 302 77 117
Binary 10101000 11011011 11101011 11101 111 0 1000 11000010 111111 1001111

Color Harmonies of #A8DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBEB

Black with #A8DBEB

Text Example


Text Example

White with #A8DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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