Html Css Color HEX #B5EEFE Onahau

📋 copy color: '#B5EEFE'

red 181 ◦ green 238 ◦ blue 254

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

Shades of Onahau #B5EEFE

Tints of Onahau #B5EEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.36%

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

R = 26.89%
G = 35.36%
B = 37.74%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B5EEFE (or 0xB5EEFE) is known color: Onahau. HEX triplet: B5, EE and FE. RGB value is (181,238,254). Sum of RGB (Red+Green+Blue) = 181+238+254=673 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.89% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EEFE is #4A1101. Grayscale: #DEDEDE. Windows color (decimal): -4854018 or 16707253. OLE color: 16707253.

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

Color convert

RGB 181 238 254 -
CMYK 0.29 0.06 0 0.00
HSL 193.15º 0.97% 0.85% -
HSV(B) 193.15º 0.29% 1% -
XYZ 67.52 78.13 105.29 -
YUV 222.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 181 238 254 0.29 0.06 0 0.00 193.15 0.97 0.85
Hex B5 EE FE 1D 6 0 0 C1 61 55
Octal 265 356 376 35 6 0 0 301 141 125
Binary 10110101 11101110 11111110 11101 110 0 0 11000001 1100001 1010101

Color Harmonies of #B5EEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EEFE

Black with #B5EEFE

Text Example


Text Example

White with #B5EEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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