Html Css Color HEX #B3DFEE Light Blue

📋 copy color: '#B3DFEE'

red 179 ◦ green 223 ◦ blue 238

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

Shades of Light Blue #B3DFEE

Tints of Light Blue #B3DFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.19%

R = 27.97%
G = 34.84%
B = 37.19%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B3DFEE (or 0xB3DFEE) is known color: Light Blue. HEX triplet: B3, DF and EE. RGB value is (179,223,238). Sum of RGB (Red+Green+Blue) = 179+223+238=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #B3DFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3DFEE is #4C2011. Grayscale: #D3D3D3. Windows color (decimal): -4988946 or 15654835. OLE color: 15654835.

HSL color Cylindrical-coordinate representation of color #B3DFEE: hue angle of 195.25º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3DFEE is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 223 238 -
CMYK 0.25 0.06 0 0.07
HSL 195.25º 0.63% 0.82% -
HSV(B) 195.25º 0.25% 0.93% -
XYZ 60.41 68.53 90.93 -
YUV 211.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 179 223 238 0.25 0.06 0 0.07 195.25 0.63 0.82
Hex B3 DF EE 19 6 0 7 C3 3F 52
Octal 263 337 356 31 6 0 7 303 77 122
Binary 10110011 11011111 11101110 11001 110 0 111 11000011 111111 1010010

Color Harmonies of #B3DFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3DFEE

Black with #B3DFEE

Text Example


Text Example

White with #B3DFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3DFEE; }

 p { color: rgb(179,223,238); }

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

background-color css

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

 a { background-color: rgb(179,223,238); }

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

border-color css

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

 span { border-color: rgb(179,223,238); }

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