Html Css Color HEX #B2DAEB Light Blue

📋 copy color: '#B2DAEB'

red 178 ◦ green 218 ◦ blue 235

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

Shades of Light Blue #B2DAEB

Tints of Light Blue #B2DAEB

RGB

 RED value IS 178 (69.92% from 255) = 28.21%

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

 BLUE value IS 235 (92.19% from 255) = 37.24%

R = 28.21%
G = 34.55%
B = 37.24%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2DAEB (or 0xB2DAEB) is known color: Light Blue. HEX triplet: B2, DA and EB. RGB value is (178,218,235). Sum of RGB (Red+Green+Blue) = 178+218+235=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2DAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAEB is #4D2514. Grayscale: #CFCFCF. Windows color (decimal): -5055765 or 15456946. OLE color: 15456946.

HSL color Cylindrical-coordinate representation of color #B2DAEB: hue angle of 197.89º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2DAEB is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 218 235 -
CMYK 0.24 0.07 0 0.08
HSL 197.89º 0.59% 0.81% -
HSV(B) 197.89º 0.24% 0.92% -
XYZ 58.43 65.61 88.18 -
YUV 207.98 143.25 106.62 -
System Red Green Blue C M Y K H S L
Decimal 178 218 235 0.24 0.07 0 0.08 197.89 0.59 0.81
Hex B2 DA EB 18 7 0 8 C6 3B 51
Octal 262 332 353 30 7 0 10 306 73 121
Binary 10110010 11011010 11101011 11000 111 0 1000 11000110 111011 1010001

Color Harmonies of #B2DAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DAEB

Black with #B2DAEB

Text Example


Text Example

White with #B2DAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DAEB; }

 p { color: rgb(178,218,235); }

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

background-color css

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

 a { background-color: rgb(178,218,235); }

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

border-color css

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

 span { border-color: rgb(178,218,235); }

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