Html Css Color HEX #A8DBED Light Blue

📋 copy color: '#A8DBED'

red 168 ◦ green 219 ◦ blue 237

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

Shades of Light Blue #A8DBED

Tints of Light Blue #A8DBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.98%

R = 26.92%
G = 35.1%
B = 37.98%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8DBED (or 0xA8DBED) is known color: Light Blue. HEX triplet: A8, DB and ED. RGB value is (168,219,237). Sum of RGB (Red+Green+Blue) = 168+219+237=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 219 (85.94% from 255 or 35.10% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBED is #572412. Grayscale: #CDCDCD. Windows color (decimal): -5710867 or 15588264. OLE color: 15588264.

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

Color convert

RGB 168 219 237 -
CMYK 0.29 0.08 0 0.07
HSL 195.65º 0.66% 0.79% -
HSV(B) 195.65º 0.29% 0.93% -
XYZ 56.77 65.1 89.69 -
YUV 205.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 168 219 237 0.29 0.08 0 0.07 195.65 0.66 0.79
Hex A8 DB ED 1D 8 0 7 C4 42 4F
Octal 250 333 355 35 10 0 7 304 102 117
Binary 10101000 11011011 11101101 11101 1000 0 111 11000100 1000010 1001111

Color Harmonies of #A8DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBED

Black with #A8DBED

Text Example


Text Example

White with #A8DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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