Html Css Color HEX #B2D6EA Light Blue

📋 copy color: '#B2D6EA'

red 178 ◦ green 214 ◦ blue 234

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

Shades of Light Blue #B2D6EA

Tints of Light Blue #B2D6EA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.19%

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 28.43%
G = 34.19%
B = 37.38%

CMYK

 C value IS 0.24

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2D6EA (or 0xB2D6EA) is known color: Light Blue. HEX triplet: B2, D6 and EA. RGB value is (178,214,234). Sum of RGB (Red+Green+Blue) = 178+214+234=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2D6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D6EA is #4D2915. Grayscale: #CDCDCD. Windows color (decimal): -5056790 or 15390386. OLE color: 15390386.

HSL color Cylindrical-coordinate representation of color #B2D6EA: hue angle of 201.43º degrees, saturation: 0.57, 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 #B2D6EA is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 214 234 -
CMYK 0.24 0.09 0 0.08
HSL 201.43º 0.57% 0.81% -
HSV(B) 201.43º 0.24% 0.92% -
XYZ 57.26 63.5 87.08 -
YUV 205.52 144.07 108.37 -
System Red Green Blue C M Y K H S L
Decimal 178 214 234 0.24 0.09 0 0.08 201.43 0.57 0.81
Hex B2 D6 EA 18 9 0 8 C9 39 51
Octal 262 326 352 30 11 0 10 311 71 121
Binary 10110010 11010110 11101010 11000 1001 0 1000 11001001 111001 1010001

Color Harmonies of #B2D6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D6EA

Black with #B2D6EA

Text Example


Text Example

White with #B2D6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D6EA; }

 p { color: rgb(178,214,234); }

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

background-color css

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

 a { background-color: rgb(178,214,234); }

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

border-color css

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

 span { border-color: rgb(178,214,234); }

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