Html Css Color HEX #B4DEEE Light Blue

📋 copy color: '#B4DEEE'

red 180 ◦ green 222 ◦ blue 238

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

Shades of Light Blue #B4DEEE

Tints of Light Blue #B4DEEE

RGB

 RED value IS 180 (70.7% from 255) = 28.13%

 GREEN value IS 222 (87.11% from 255) = 34.69%

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

R = 28.13%
G = 34.69%
B = 37.19%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B4DEEE (or 0xB4DEEE) is known color: Light Blue. HEX triplet: B4, DE and EE. RGB value is (180,222,238). Sum of RGB (Red+Green+Blue) = 180+222+238=640 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.12% from 640); Green value is 222 (87.11% from 255 or 34.69% 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 #B4DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DEEE is #4B2111. Grayscale: #D3D3D3. Windows color (decimal): -4923666 or 15654580. OLE color: 15654580.

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

Color convert

RGB 180 222 238 -
CMYK 0.24 0.07 0 0.07
HSL 196.55º 0.63% 0.82% -
HSV(B) 196.55º 0.24% 0.93% -
XYZ 60.38 68.12 90.86 -
YUV 211.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 180 222 238 0.24 0.07 0 0.07 196.55 0.63 0.82
Hex B4 DE EE 18 7 0 7 C5 3F 52
Octal 264 336 356 30 7 0 7 305 77 122
Binary 10110100 11011110 11101110 11000 111 0 111 11000101 111111 1010010

Color Harmonies of #B4DEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DEEE

Black with #B4DEEE

Text Example


Text Example

White with #B4DEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DEEE; }

 p { color: rgb(180,222,238); }

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

background-color css

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

 a { background-color: rgb(180,222,238); }

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

border-color css

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

 span { border-color: rgb(180,222,238); }

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