Html Css Color HEX #B5E6FE Onahau

📋 copy color: '#B5E6FE'

red 181 ◦ green 230 ◦ blue 254

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

Shades of Onahau #B5E6FE

Tints of Onahau #B5E6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.59%

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

R = 27.22%
G = 34.59%
B = 38.2%

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

#B5E6FE (or 0xB5E6FE) is known color: Onahau. HEX triplet: B5, E6 and FE. RGB value is (181,230,254). Sum of RGB (Red+Green+Blue) = 181+230+254=665 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.22% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5E6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E6FE is #4A1901. Grayscale: #D9D9D9. Windows color (decimal): -4856066 or 16705205. OLE color: 16705205.

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

Color convert

RGB 181 230 254 -
CMYK 0.29 0.09 0 0.00
HSL 199.73º 0.97% 0.85% -
HSV(B) 199.73º 0.29% 1% -
XYZ 65.24 73.57 104.53 -
YUV 218.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 181 230 254 0.29 0.09 0 0.00 199.73 0.97 0.85
Hex B5 E6 FE 1D 9 0 0 C8 61 55
Octal 265 346 376 35 11 0 0 310 141 125
Binary 10110101 11100110 11111110 11101 1001 0 0 11001000 1100001 1010101

Color Harmonies of #B5E6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E6FE

Black with #B5E6FE

Text Example


Text Example

White with #B5E6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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