Html Css Color HEX #B5E8FF Onahau

📋 copy color: '#B5E8FF'

red 181 ◦ green 232 ◦ blue 255

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

Shades of Onahau #B5E8FF

Tints of Onahau #B5E8FF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.73%

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

R = 27.1%
G = 34.73%
B = 38.17%

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

#B5E8FF (or 0xB5E8FF) is known color: Onahau. HEX triplet: B5, E8 and FF. RGB value is (181,232,255). Sum of RGB (Red+Green+Blue) = 181+232+255=668 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.10% from 668); Green value is 232 (91.02% from 255 or 34.73% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5E8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5E8FF is #4A1700. Grayscale: #DBDBDB. Windows color (decimal): -4855553 or 16771253. OLE color: 16771253.

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

Color convert

RGB 181 232 255 -
CMYK 0.29 0.09 0 0
HSL 198.65º 1% 0.85% -
HSV(B) 198.65º 0.29% 1% -
XYZ 65.96 74.76 105.56 -
YUV 219.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 181 232 255 0.29 0.09 0 0 198.65 1 0.85
Hex B5 E8 FF 1D 9 0 0 C7 64 55
Octal 265 350 377 35 11 0 0 307 144 125
Binary 10110101 11101000 11111111 11101 1001 0 0 11000111 1100100 1010101

Color Harmonies of #B5E8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E8FF

Black with #B5E8FF

Text Example


Text Example

White with #B5E8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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