Html Css Color HEX #B5E9FE Onahau

📋 copy color: '#B5E9FE'

red 181 ◦ green 233 ◦ blue 254

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

Shades of Onahau #B5E9FE

Tints of Onahau #B5E9FE

RGB

 RED value IS 181 (71.09% from 255) = 27.1%

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

 BLUE value IS 254 (99.61% from 255) = 38.02%

R = 27.1%
G = 34.88%
B = 38.02%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5E9FE (or 0xB5E9FE) is known color: Onahau. HEX triplet: B5, E9 and FE. RGB value is (181,233,254). Sum of RGB (Red+Green+Blue) = 181+233+254=668 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.10% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5E9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E9FE is #4A1601. Grayscale: #DBDBDB. Windows color (decimal): -4855298 or 16705973. OLE color: 16705973.

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

Color convert

RGB 181 233 254 -
CMYK 0.29 0.08 0 0.00
HSL 197.26º 0.97% 0.85% -
HSV(B) 197.26º 0.29% 1% -
XYZ 66.08 75.26 104.81 -
YUV 219.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 181 233 254 0.29 0.08 0 0.00 197.26 0.97 0.85
Hex B5 E9 FE 1D 8 0 0 C5 61 55
Octal 265 351 376 35 10 0 0 305 141 125
Binary 10110101 11101001 11111110 11101 1000 0 0 11000101 1100001 1010101

Color Harmonies of #B5E9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E9FE

Black with #B5E9FE

Text Example


Text Example

White with #B5E9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E9FE; }

 p { color: rgb(181,233,254); }

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

background-color css

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

 a { background-color: rgb(181,233,254); }

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

border-color css

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

 span { border-color: rgb(181,233,254); }

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