Html Css Color HEX #B2DCF4 Light Blue

📋 copy color: '#B2DCF4'

red 178 ◦ green 220 ◦ blue 244

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

Shades of Light Blue #B2DCF4

Tints of Light Blue #B2DCF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 38.01%

R = 27.73%
G = 34.27%
B = 38.01%

CMYK

 C value IS 0.27

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B2DCF4 (or 0xB2DCF4) is known color: Light Blue. HEX triplet: B2, DC and F4. RGB value is (178,220,244). Sum of RGB (Red+Green+Blue) = 178+220+244=642 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.73% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #B2DCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCF4 is #4D230B. Grayscale: #D2D2D2. Windows color (decimal): -5055244 or 16047282. OLE color: 16047282.

HSL color Cylindrical-coordinate representation of color #B2DCF4: hue angle of 201.82º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2DCF4 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 220 244 -
CMYK 0.27 0.10 0 0.04
HSL 201.82º 0.75% 0.83% -
HSV(B) 201.82º 0.27% 0.96% -
XYZ 60.28 67.18 95.38 -
YUV 210.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 178 220 244 0.27 0.10 0 0.04 201.82 0.75 0.83
Hex B2 DC F4 1B A 0 4 CA 4B 53
Octal 262 334 364 33 12 0 4 312 113 123
Binary 10110010 11011100 11110100 11011 1010 0 100 11001010 1001011 1010011

Color Harmonies of #B2DCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCF4

Black with #B2DCF4

Text Example


Text Example

White with #B2DCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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