Html Css Color HEX #B5EFFF Onahau

📋 copy color: '#B5EFFF'

red 181 ◦ green 239 ◦ blue 255

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

Shades of Onahau #B5EFFF

Tints of Onahau #B5EFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.41%

 BLUE value IS 255 (100% from 255) = 37.78%

R = 26.81%
G = 35.41%
B = 37.78%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5EFFF (or 0xB5EFFF) is known color: Onahau. HEX triplet: B5, EF and FF. RGB value is (181,239,255). Sum of RGB (Red+Green+Blue) = 181+239+255=675 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.81% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EFFF is #4A1000. Grayscale: #DFDFDF. Windows color (decimal): -4853761 or 16773045. OLE color: 16773045.

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

Color convert

RGB 181 239 255 -
CMYK 0.29 0.06 0 0
HSL 192.97º 1% 0.85% -
HSV(B) 192.97º 0.29% 1% -
XYZ 67.97 78.78 106.23 -
YUV 223.48 145.78 97.7 -
System Red Green Blue C M Y K H S L
Decimal 181 239 255 0.29 0.06 0 0 192.97 1 0.85
Hex B5 EF FF 1D 6 0 0 C1 64 55
Octal 265 357 377 35 6 0 0 301 144 125
Binary 10110101 11101111 11111111 11101 110 0 0 11000001 1100100 1010101

Color Harmonies of #B5EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EFFF

Black with #B5EFFF

Text Example


Text Example

White with #B5EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EFFF; }

 p { color: rgb(181,239,255); }

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

background-color css

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

 a { background-color: rgb(181,239,255); }

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

border-color css

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

 span { border-color: rgb(181,239,255); }

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