Html Css Color HEX #B9EBFF Onahau

📋 copy color: '#B9EBFF'

red 185 ◦ green 235 ◦ blue 255

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

Shades of Onahau #B9EBFF

Tints of Onahau #B9EBFF

RGB

 RED value IS 185 (72.66% from 255) = 27.41%

 GREEN value IS 235 (92.19% from 255) = 34.81%

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

R = 27.41%
G = 34.81%
B = 37.78%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9EBFF (or 0xB9EBFF) is known color: Onahau. HEX triplet: B9, EB and FF. RGB value is (185,235,255). Sum of RGB (Red+Green+Blue) = 185+235+255=675 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.41% from 675); Green value is 235 (92.19% from 255 or 34.81% 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 #B9EBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EBFF is #461400. Grayscale: #DEDEDE. Windows color (decimal): -4592641 or 16772025. OLE color: 16772025.

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

Color convert

RGB 185 235 255 -
CMYK 0.27 0.08 0 0
HSL 197.14º 1% 0.86% -
HSV(B) 197.14º 0.27% 1% -
XYZ 67.77 76.95 105.89 -
YUV 222.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 185 235 255 0.27 0.08 0 0 197.14 1 0.86
Hex B9 EB FF 1B 8 0 0 C5 64 56
Octal 271 353 377 33 10 0 0 305 144 126
Binary 10111001 11101011 11111111 11011 1000 0 0 11000101 1100100 1010110

Color Harmonies of #B9EBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EBFF

Black with #B9EBFF

Text Example


Text Example

White with #B9EBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EBFF; }

 p { color: rgb(185,235,255); }

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

background-color css

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

 a { background-color: rgb(185,235,255); }

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

border-color css

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

 span { border-color: rgb(185,235,255); }

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