Html Css Color HEX #B2DAED Light Blue

📋 copy color: '#B2DAED'

red 178 ◦ green 218 ◦ blue 237

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

Shades of Light Blue #B2DAED

Tints of Light Blue #B2DAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.44%

R = 28.12%
G = 34.44%
B = 37.44%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2DAED (or 0xB2DAED) is known color: Light Blue. HEX triplet: B2, DA and ED. RGB value is (178,218,237). Sum of RGB (Red+Green+Blue) = 178+218+237=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2DAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAED is #4D2512. Grayscale: #D0D0D0. Windows color (decimal): -5055763 or 15588018. OLE color: 15588018.

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

Color convert

RGB 178 218 237 -
CMYK 0.25 0.08 0 0.07
HSL 199.32º 0.62% 0.81% -
HSV(B) 199.32º 0.25% 0.93% -
XYZ 58.72 65.72 89.71 -
YUV 208.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 178 218 237 0.25 0.08 0 0.07 199.32 0.62 0.81
Hex B2 DA ED 19 8 0 7 C7 3E 51
Octal 262 332 355 31 10 0 7 307 76 121
Binary 10110010 11011010 11101101 11001 1000 0 111 11000111 111110 1010001

Color Harmonies of #B2DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DAED

Black with #B2DAED

Text Example


Text Example

White with #B2DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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