Html Css Color HEX #A8DBEA Light Blue

📋 copy color: '#A8DBEA'

red 168 ◦ green 219 ◦ blue 234

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

Shades of Light Blue #A8DBEA

Tints of Light Blue #A8DBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 27.05%
G = 35.27%
B = 37.68%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8DBEA (or 0xA8DBEA) is known color: Light Blue. HEX triplet: A8, DB and EA. RGB value is (168,219,234). Sum of RGB (Red+Green+Blue) = 168+219+234=621 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.05% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #A8DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBEA is #572415. Grayscale: #CDCDCD. Windows color (decimal): -5710870 or 15391656. OLE color: 15391656.

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

Color convert

RGB 168 219 234 -
CMYK 0.28 0.06 0 0.08
HSL 193.64º 0.61% 0.79% -
HSV(B) 193.64º 0.28% 0.92% -
XYZ 56.33 64.93 87.41 -
YUV 205.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 168 219 234 0.28 0.06 0 0.08 193.64 0.61 0.79
Hex A8 DB EA 1C 6 0 8 C2 3D 4F
Octal 250 333 352 34 6 0 10 302 75 117
Binary 10101000 11011011 11101010 11100 110 0 1000 11000010 111101 1001111

Color Harmonies of #A8DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBEA

Black with #A8DBEA

Text Example


Text Example

White with #A8DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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