Html Css Color HEX #B4E5F9 Onahau

📋 copy color: '#B4E5F9'

red 180 ◦ green 229 ◦ blue 249

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

Shades of Onahau #B4E5F9

Tints of Onahau #B4E5F9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.8%

 BLUE value IS 249 (97.66% from 255) = 37.84%

R = 27.36%
G = 34.8%
B = 37.84%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4E5F9 (or 0xB4E5F9) is known color: Onahau. HEX triplet: B4, E5 and F9. RGB value is (180,229,249). Sum of RGB (Red+Green+Blue) = 180+229+249=658 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.36% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 249 (97.66% from 255 or 37.84% from 658); Max value from RGB is 249 - color contains mainly: blue. Hex color #B4E5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E5F9 is #4B1A06. Grayscale: #D8D8D8. Windows color (decimal): -4921863 or 16377268. OLE color: 16377268.

HSL color Cylindrical-coordinate representation of color #B4E5F9: hue angle of 197.39º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4E5F9 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 229 249 -
CMYK 0.28 0.08 0 0.02
HSL 197.39º 0.85% 0.84% -
HSV(B) 197.39º 0.28% 0.98% -
XYZ 63.94 72.58 100.26 -
YUV 216.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 180 229 249 0.28 0.08 0 0.02 197.39 0.85 0.84
Hex B4 E5 F9 1C 8 0 2 C5 55 54
Octal 264 345 371 34 10 0 2 305 125 124
Binary 10110100 11100101 11111001 11100 1000 0 10 11000101 1010101 1010100

Color Harmonies of #B4E5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E5F9

Black with #B4E5F9

Text Example


Text Example

White with #B4E5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E5F9; }

 p { color: rgb(180,229,249); }

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

background-color css

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

 a { background-color: rgb(180,229,249); }

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

border-color css

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

 span { border-color: rgb(180,229,249); }

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