Html Css Color HEX #A8DDEE Light Blue

📋 copy color: '#A8DDEE'

red 168 ◦ green 221 ◦ blue 238

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

Shades of Light Blue #A8DDEE

Tints of Light Blue #A8DDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.25%

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 26.79%
G = 35.25%
B = 37.96%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8DDEE (or 0xA8DDEE) is known color: Light Blue. HEX triplet: A8, DD and EE. RGB value is (168,221,238). Sum of RGB (Red+Green+Blue) = 168+221+238=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8DDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DDEE is #572211. Grayscale: #CECECE. Windows color (decimal): -5710354 or 15654312. OLE color: 15654312.

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

Color convert

RGB 168 221 238 -
CMYK 0.29 0.07 0 0.07
HSL 194.57º 0.67% 0.8% -
HSV(B) 194.57º 0.29% 0.93% -
XYZ 57.44 66.21 90.64 -
YUV 207.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 168 221 238 0.29 0.07 0 0.07 194.57 0.67 0.8
Hex A8 DD EE 1D 7 0 7 C3 43 50
Octal 250 335 356 35 7 0 7 303 103 120
Binary 10101000 11011101 11101110 11101 111 0 111 11000011 1000011 1010000

Color Harmonies of #A8DDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDEE

Black with #A8DDEE

Text Example


Text Example

White with #A8DDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDEE; }

 p { color: rgb(168,221,238); }

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

background-color css

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

 a { background-color: rgb(168,221,238); }

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

border-color css

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

 span { border-color: rgb(168,221,238); }

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