Html Css Color HEX #B8DAEF Light Blue

📋 copy color: '#B8DAEF'

red 184 ◦ green 218 ◦ blue 239

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

Shades of Light Blue #B8DAEF

Tints of Light Blue #B8DAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.29%

R = 28.71%
G = 34.01%
B = 37.29%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B8DAEF (or 0xB8DAEF) is known color: Light Blue. HEX triplet: B8, DA and EF. RGB value is (184,218,239). Sum of RGB (Red+Green+Blue) = 184+218+239=641 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.71% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8DAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DAEF is #472510. Grayscale: #D2D2D2. Windows color (decimal): -4662545 or 15719096. OLE color: 15719096.

HSL color Cylindrical-coordinate representation of color #B8DAEF: hue angle of 202.91º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8DAEF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 218 239 -
CMYK 0.23 0.09 0 0.06
HSL 202.91º 0.63% 0.83% -
HSV(B) 202.91º 0.23% 0.94% -
XYZ 60.42 66.57 91.33 -
YUV 210.23 144.24 109.29 -
System Red Green Blue C M Y K H S L
Decimal 184 218 239 0.23 0.09 0 0.06 202.91 0.63 0.83
Hex B8 DA EF 17 9 0 6 CB 3F 53
Octal 270 332 357 27 11 0 6 313 77 123
Binary 10111000 11011010 11101111 10111 1001 0 110 11001011 111111 1010011

Color Harmonies of #B8DAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DAEF

Black with #B8DAEF

Text Example


Text Example

White with #B8DAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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