Html Css Color HEX #B2DCEF Light Blue

📋 copy color: '#B2DCEF'

red 178 ◦ green 220 ◦ blue 239

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

Shades of Light Blue #B2DCEF

Tints of Light Blue #B2DCEF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.54%

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

R = 27.94%
G = 34.54%
B = 37.52%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B2DCEF (or 0xB2DCEF) is known color: Light Blue. HEX triplet: B2, DC and EF. RGB value is (178,220,239). Sum of RGB (Red+Green+Blue) = 178+220+239=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCEF is #4D2310. Grayscale: #D1D1D1. Windows color (decimal): -5055249 or 15719602. OLE color: 15719602.

HSL color Cylindrical-coordinate representation of color #B2DCEF: hue angle of 198.69º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2DCEF is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 220 239 -
CMYK 0.26 0.08 0 0.06
HSL 198.69º 0.66% 0.82% -
HSV(B) 198.69º 0.26% 0.94% -
XYZ 59.53 66.88 91.43 -
YUV 209.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 178 220 239 0.26 0.08 0 0.06 198.69 0.66 0.82
Hex B2 DC EF 1A 8 0 6 C7 42 52
Octal 262 334 357 32 10 0 6 307 102 122
Binary 10110010 11011100 11101111 11010 1000 0 110 11000111 1000010 1010010

Color Harmonies of #B2DCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCEF

Black with #B2DCEF

Text Example


Text Example

White with #B2DCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCEF; }

 p { color: rgb(178,220,239); }

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

background-color css

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

 a { background-color: rgb(178,220,239); }

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

border-color css

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

 span { border-color: rgb(178,220,239); }

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