Html Css Color HEX #B3DCF2 Light Blue

📋 copy color: '#B3DCF2'

red 179 ◦ green 220 ◦ blue 242

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

Shades of Light Blue #B3DCF2

Tints of Light Blue #B3DCF2

RGB

 RED value IS 179 (70.31% from 255) = 27.93%

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

 BLUE value IS 242 (94.92% from 255) = 37.75%

R = 27.93%
G = 34.32%
B = 37.75%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B3DCF2 (or 0xB3DCF2) is known color: Light Blue. HEX triplet: B3, DC and F2. RGB value is (179,220,242). Sum of RGB (Red+Green+Blue) = 179+220+242=641 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.93% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #B3DCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DCF2 is #4C230D. Grayscale: #D2D2D2. Windows color (decimal): -4989710 or 15916211. OLE color: 15916211.

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

Color convert

RGB 179 220 242 -
CMYK 0.26 0.09 0 0.05
HSL 200.95º 0.71% 0.83% -
HSV(B) 200.95º 0.26% 0.95% -
XYZ 60.21 67.18 93.8 -
YUV 210.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 179 220 242 0.26 0.09 0 0.05 200.95 0.71 0.83
Hex B3 DC F2 1A 9 0 5 C9 47 53
Octal 263 334 362 32 11 0 5 311 107 123
Binary 10110011 11011100 11110010 11010 1001 0 101 11001001 1000111 1010011

Color Harmonies of #B3DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DCF2

Black with #B3DCF2

Text Example


Text Example

White with #B3DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DCF2; }

 p { color: rgb(179,220,242); }

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

background-color css

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

 a { background-color: rgb(179,220,242); }

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

border-color css

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

 span { border-color: rgb(179,220,242); }

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