Html Css Color HEX #B9E3FE Onahau

📋 copy color: '#B9E3FE'

red 185 ◦ green 227 ◦ blue 254

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

Shades of Onahau #B9E3FE

Tints of Onahau #B9E3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.08%

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

R = 27.78%
G = 34.08%
B = 38.14%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9E3FE (or 0xB9E3FE) is known color: Onahau. HEX triplet: B9, E3 and FE. RGB value is (185,227,254). Sum of RGB (Red+Green+Blue) = 185+227+254=666 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.78% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9E3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9E3FE is #461C01. Grayscale: #D9D9D9. Windows color (decimal): -4594690 or 16704441. OLE color: 16704441.

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

Color convert

RGB 185 227 254 -
CMYK 0.27 0.11 0 0.00
HSL 203.48º 0.97% 0.86% -
HSV(B) 203.48º 0.27% 1% -
XYZ 65.37 72.41 104.3 -
YUV 217.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 185 227 254 0.27 0.11 0 0.00 203.48 0.97 0.86
Hex B9 E3 FE 1B B 0 0 CB 61 56
Octal 271 343 376 33 13 0 0 313 141 126
Binary 10111001 11100011 11111110 11011 1011 0 0 11001011 1100001 1010110

Color Harmonies of #B9E3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E3FE

Black with #B9E3FE

Text Example


Text Example

White with #B9E3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E3FE; }

 p { color: rgb(185,227,254); }

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

background-color css

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

 a { background-color: rgb(185,227,254); }

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

border-color css

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

 span { border-color: rgb(185,227,254); }

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