Html Css Color HEX #B4E9FF Onahau

📋 copy color: '#B4E9FF'

red 180 ◦ green 233 ◦ blue 255

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

Shades of Onahau #B4E9FF

Tints of Onahau #B4E9FF

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.88%

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

R = 26.95%
G = 34.88%
B = 38.17%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B4E9FF (or 0xB4E9FF) is known color: Onahau. HEX triplet: B4, E9 and FF. RGB value is (180,233,255). Sum of RGB (Red+Green+Blue) = 180+233+255=668 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.95% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4E9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E9FF is #4B1600. Grayscale: #DBDBDB. Windows color (decimal): -4920833 or 16771508. OLE color: 16771508.

HSL color Cylindrical-coordinate representation of color #B4E9FF: hue angle of 197.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 #B4E9FF is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 233 255 -
CMYK 0.29 0.09 0 0
HSL 197.6º 1% 0.85% -
HSV(B) 197.6º 0.29% 1% -
XYZ 66.01 75.2 105.64 -
YUV 219.66 147.94 99.71 -
System Red Green Blue C M Y K H S L
Decimal 180 233 255 0.29 0.09 0 0 197.6 1 0.85
Hex B4 E9 FF 1D 9 0 0 C6 64 55
Octal 264 351 377 35 11 0 0 306 144 125
Binary 10110100 11101001 11111111 11101 1001 0 0 11000110 1100100 1010101

Color Harmonies of #B4E9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E9FF

Black with #B4E9FF

Text Example


Text Example

White with #B4E9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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