Html Css Color HEX #B8DAE6 Light Blue

📋 copy color: '#B8DAE6'

red 184 ◦ green 218 ◦ blue 230

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

Shades of Light Blue #B8DAE6

Tints of Light Blue #B8DAE6

RGB

 RED value IS 184 (72.27% from 255) = 29.11%

 GREEN value IS 218 (85.55% from 255) = 34.49%

 BLUE value IS 230 (90.23% from 255) = 36.39%

R = 29.11%
G = 34.49%
B = 36.39%

CMYK

 C value IS 0.2

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B8DAE6 (or 0xB8DAE6) is known color: Light Blue. HEX triplet: B8, DA and E6. RGB value is (184,218,230). Sum of RGB (Red+Green+Blue) = 184+218+230=632 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.11% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #B8DAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DAE6 is #472519. Grayscale: #D1D1D1. Windows color (decimal): -4662554 or 15129272. OLE color: 15129272.

HSL color Cylindrical-coordinate representation of color #B8DAE6: hue angle of 195.65º degrees, saturation: 0.48, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8DAE6 is Cyan = 0.2, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 218 230 -
CMYK 0.2 0.05 0 0.10
HSL 195.65º 0.48% 0.81% -
HSV(B) 195.65º 0.2% 0.9% -
XYZ 59.12 66.05 84.5 -
YUV 209.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 184 218 230 0.2 0.05 0 0.10 195.65 0.48 0.81
Hex B8 DA E6 14 5 0 A C4 30 51
Octal 270 332 346 24 5 0 12 304 60 121
Binary 10111000 11011010 11100110 10100 101 0 1010 11000100 110000 1010001

Color Harmonies of #B8DAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DAE6

Black with #B8DAE6

Text Example


Text Example

White with #B8DAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DAE6; }

 p { color: rgb(184,218,230); }

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

background-color css

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

 a { background-color: rgb(184,218,230); }

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

border-color css

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

 span { border-color: rgb(184,218,230); }

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