Html Css Color HEX #B5E7FE Onahau

📋 copy color: '#B5E7FE'

red 181 ◦ green 231 ◦ blue 254

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

Shades of Onahau #B5E7FE

Tints of Onahau #B5E7FE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.68%

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

R = 27.18%
G = 34.68%
B = 38.14%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5E7FE (or 0xB5E7FE) is known color: Onahau. HEX triplet: B5, E7 and FE. RGB value is (181,231,254). Sum of RGB (Red+Green+Blue) = 181+231+254=666 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.18% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5E7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E7FE is #4A1801. Grayscale: #DADADA. Windows color (decimal): -4855810 or 16705461. OLE color: 16705461.

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

Color convert

RGB 181 231 254 -
CMYK 0.29 0.09 0 0.00
HSL 198.9º 0.97% 0.85% -
HSV(B) 198.9º 0.29% 1% -
XYZ 65.52 74.13 104.62 -
YUV 218.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 181 231 254 0.29 0.09 0 0.00 198.9 0.97 0.85
Hex B5 E7 FE 1D 9 0 0 C7 61 55
Octal 265 347 376 35 11 0 0 307 141 125
Binary 10110101 11100111 11111110 11101 1001 0 0 11000111 1100001 1010101

Color Harmonies of #B5E7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E7FE

Black with #B5E7FE

Text Example


Text Example

White with #B5E7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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