Html Css Color HEX #B2DFEF Light Blue

📋 copy color: '#B2DFEF'

red 178 ◦ green 223 ◦ blue 239

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

Shades of Light Blue #B2DFEF

Tints of Light Blue #B2DFEF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.84%

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

R = 27.81%
G = 34.84%
B = 37.34%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B2DFEF (or 0xB2DFEF) is known color: Light Blue. HEX triplet: B2, DF and EF. RGB value is (178,223,239). Sum of RGB (Red+Green+Blue) = 178+223+239=640 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.81% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2DFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFEF is #4D2010. Grayscale: #D3D3D3. Windows color (decimal): -5054481 or 15720370. OLE color: 15720370.

HSL color Cylindrical-coordinate representation of color #B2DFEF: hue angle of 195.74º 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 #B2DFEF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 223 239 -
CMYK 0.26 0.07 0 0.06
HSL 195.74º 0.66% 0.82% -
HSV(B) 195.74º 0.26% 0.94% -
XYZ 60.33 68.47 91.7 -
YUV 211.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 178 223 239 0.26 0.07 0 0.06 195.74 0.66 0.82
Hex B2 DF EF 1A 7 0 6 C4 42 52
Octal 262 337 357 32 7 0 6 304 102 122
Binary 10110010 11011111 11101111 11010 111 0 110 11000100 1000010 1010010

Color Harmonies of #B2DFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DFEF

Black with #B2DFEF

Text Example


Text Example

White with #B2DFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DFEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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