Html Css Color HEX #A8DBF1 Light Blue

📋 copy color: '#A8DBF1'

red 168 ◦ green 219 ◦ blue 241

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

Shades of Light Blue #A8DBF1

Tints of Light Blue #A8DBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.38%

R = 26.75%
G = 34.87%
B = 38.38%

CMYK

 C value IS 0.30

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A8DBF1 (or 0xA8DBF1) is known color: Light Blue. HEX triplet: A8, DB and F1. RGB value is (168,219,241). Sum of RGB (Red+Green+Blue) = 168+219+241=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 241 (94.53% from 255 or 38.38% from 628); Max value from RGB is 241 - color contains mainly: blue. Hex color #A8DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBF1 is #57240E. Grayscale: #CECECE. Windows color (decimal): -5710863 or 15850408. OLE color: 15850408.

HSL color Cylindrical-coordinate representation of color #A8DBF1: hue angle of 198.08º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8DBF1 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 219 241 -
CMYK 0.30 0.09 0 0.05
HSL 198.08º 0.72% 0.8% -
HSV(B) 198.08º 0.3% 0.95% -
XYZ 57.36 65.34 92.81 -
YUV 206.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 168 219 241 0.30 0.09 0 0.05 198.08 0.72 0.8
Hex A8 DB F1 1E 9 0 5 C6 48 50
Octal 250 333 361 36 11 0 5 306 110 120
Binary 10101000 11011011 11110001 11110 1001 0 101 11000110 1001000 1010000

Color Harmonies of #A8DBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBF1

Black with #A8DBF1

Text Example


Text Example

White with #A8DBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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