Html Css Color HEX #B4DEEF Light Blue

📋 copy color: '#B4DEEF'

red 180 ◦ green 222 ◦ blue 239

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

Shades of Light Blue #B4DEEF

Tints of Light Blue #B4DEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.29%

R = 28.08%
G = 34.63%
B = 37.29%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B4DEEF (or 0xB4DEEF) is known color: Light Blue. HEX triplet: B4, DE and EF. RGB value is (180,222,239). Sum of RGB (Red+Green+Blue) = 180+222+239=641 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.08% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #B4DEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DEEF is #4B2110. Grayscale: #D3D3D3. Windows color (decimal): -4923665 or 15720116. OLE color: 15720116.

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

Color convert

RGB 180 222 239 -
CMYK 0.25 0.07 0 0.06
HSL 197.29º 0.65% 0.82% -
HSV(B) 197.29º 0.25% 0.94% -
XYZ 60.52 68.18 91.63 -
YUV 211.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 180 222 239 0.25 0.07 0 0.06 197.29 0.65 0.82
Hex B4 DE EF 19 7 0 6 C5 41 52
Octal 264 336 357 31 7 0 6 305 101 122
Binary 10110100 11011110 11101111 11001 111 0 110 11000101 1000001 1010010

Color Harmonies of #B4DEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DEEF

Black with #B4DEEF

Text Example


Text Example

White with #B4DEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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