Html Css Color HEX #B4EEFF Onahau

📋 copy color: '#B4EEFF'

red 180 ◦ green 238 ◦ blue 255

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

Shades of Onahau #B4EEFF

Tints of Onahau #B4EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.36%

 BLUE value IS 255 (100% from 255) = 37.89%

R = 26.75%
G = 35.36%
B = 37.89%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B4EEFF (or 0xB4EEFF) is known color: Onahau. HEX triplet: B4, EE and FF. RGB value is (180,238,255). Sum of RGB (Red+Green+Blue) = 180+238+255=673 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.75% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EEFF is #4B1100. Grayscale: #DEDEDE. Windows color (decimal): -4919553 or 16772788. OLE color: 16772788.

HSL color Cylindrical-coordinate representation of color #B4EEFF: hue angle of 193.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4EEFF is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 238 255 -
CMYK 0.29 0.07 0 0
HSL 193.6º 1% 0.85% -
HSV(B) 193.6º 0.29% 1% -
XYZ 67.45 78.07 106.12 -
YUV 222.6 146.28 97.62 -
System Red Green Blue C M Y K H S L
Decimal 180 238 255 0.29 0.07 0 0 193.6 1 0.85
Hex B4 EE FF 1D 7 0 0 C2 64 55
Octal 264 356 377 35 7 0 0 302 144 125
Binary 10110100 11101110 11111111 11101 111 0 0 11000010 1100100 1010101

Color Harmonies of #B4EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4EEFF

Black with #B4EEFF

Text Example


Text Example

White with #B4EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4EEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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