Html Css Color HEX #B2DCF3 Light Blue

📋 copy color: '#B2DCF3'

red 178 ◦ green 220 ◦ blue 243

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

Shades of Light Blue #B2DCF3

Tints of Light Blue #B2DCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.91%

R = 27.77%
G = 34.32%
B = 37.91%

CMYK

 C value IS 0.27

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B2DCF3 (or 0xB2DCF3) is known color: Light Blue. HEX triplet: B2, DC and F3. RGB value is (178,220,243). Sum of RGB (Red+Green+Blue) = 178+220+243=641 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.77% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 243 (95.31% from 255 or 37.91% from 641); Max value from RGB is 243 - color contains mainly: blue. Hex color #B2DCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCF3 is #4D230C. Grayscale: #D1D1D1. Windows color (decimal): -5055245 or 15981746. OLE color: 15981746.

HSL color Cylindrical-coordinate representation of color #B2DCF3: hue angle of 201.23º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2DCF3 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 220 243 -
CMYK 0.27 0.09 0 0.05
HSL 201.23º 0.73% 0.83% -
HSV(B) 201.23º 0.27% 0.95% -
XYZ 60.13 67.12 94.58 -
YUV 210.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 178 220 243 0.27 0.09 0 0.05 201.23 0.73 0.83
Hex B2 DC F3 1B 9 0 5 C9 49 53
Octal 262 334 363 33 11 0 5 311 111 123
Binary 10110010 11011100 11110011 11011 1001 0 101 11001001 1001001 1010011

Color Harmonies of #B2DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCF3

Black with #B2DCF3

Text Example


Text Example

White with #B2DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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