Html Css Color HEX #B5E9FF Onahau

📋 copy color: '#B5E9FF'

red 181 ◦ green 233 ◦ blue 255

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

Shades of Onahau #B5E9FF

Tints of Onahau #B5E9FF

RGB

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

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

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

R = 27.06%
G = 34.83%
B = 38.12%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B5E9FF (or 0xB5E9FF) is known color: Onahau. HEX triplet: B5, E9 and FF. RGB value is (181,233,255). Sum of RGB (Red+Green+Blue) = 181+233+255=669 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.06% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5E9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E9FF is #4A1600. Grayscale: #DBDBDB. Windows color (decimal): -4855297 or 16771509. OLE color: 16771509.

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

Color convert

RGB 181 233 255 -
CMYK 0.29 0.09 0 0
HSL 197.84º 1% 0.85% -
HSV(B) 197.84º 0.29% 1% -
XYZ 66.24 75.32 105.65 -
YUV 219.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 181 233 255 0.29 0.09 0 0 197.84 1 0.85
Hex B5 E9 FF 1D 9 0 0 C6 64 55
Octal 265 351 377 35 11 0 0 306 144 125
Binary 10110101 11101001 11111111 11101 1001 0 0 11000110 1100100 1010101

Color Harmonies of #B5E9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E9FF

Black with #B5E9FF

Text Example


Text Example

White with #B5E9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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