Html Css Color HEX #A8DBF2 Light Blue

📋 copy color: '#A8DBF2'

red 168 ◦ green 219 ◦ blue 242

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

Shades of Light Blue #A8DBF2

Tints of Light Blue #A8DBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.47%

R = 26.71%
G = 34.82%
B = 38.47%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A8DBF2 (or 0xA8DBF2) is known color: Light Blue. HEX triplet: A8, DB and F2. RGB value is (168,219,242). Sum of RGB (Red+Green+Blue) = 168+219+242=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #A8DBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DBF2 is #57240D. Grayscale: #CECECE. Windows color (decimal): -5710862 or 15915944. OLE color: 15915944.

HSL color Cylindrical-coordinate representation of color #A8DBF2: hue angle of 198.65º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8DBF2 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 219 242 -
CMYK 0.31 0.10 0 0.05
HSL 198.65º 0.74% 0.8% -
HSV(B) 198.65º 0.31% 0.95% -
XYZ 57.51 65.4 93.6 -
YUV 206.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 168 219 242 0.31 0.10 0 0.05 198.65 0.74 0.8
Hex A8 DB F2 1F A 0 5 C7 4A 50
Octal 250 333 362 37 12 0 5 307 112 120
Binary 10101000 11011011 11110010 11111 1010 0 101 11000111 1001010 1010000

Color Harmonies of #A8DBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DBF2

Black with #A8DBF2

Text Example


Text Example

White with #A8DBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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