Html Css Color HEX #B9EFFE Onahau

📋 copy color: '#B9EFFE'

red 185 ◦ green 239 ◦ blue 254

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

Shades of Onahau #B9EFFE

Tints of Onahau #B9EFFE

RGB

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

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

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

R = 27.29%
G = 35.25%
B = 37.46%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B9EFFE (or 0xB9EFFE) is known color: Onahau. HEX triplet: B9, EF and FE. RGB value is (185,239,254). Sum of RGB (Red+Green+Blue) = 185+239+254=678 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.29% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9EFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFFE is #461001. Grayscale: #E0E0E0. Windows color (decimal): -4591618 or 16707513. OLE color: 16707513.

HSL color Cylindrical-coordinate representation of color #B9EFFE: hue angle of 193.04º 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 #B9EFFE is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 239 254 -
CMYK 0.27 0.06 0 0.00
HSL 193.04º 0.97% 0.86% -
HSV(B) 193.04º 0.27% 1% -
XYZ 68.76 79.2 105.43 -
YUV 224.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 185 239 254 0.27 0.06 0 0.00 193.04 0.97 0.86
Hex B9 EF FE 1B 6 0 0 C1 61 56
Octal 271 357 376 33 6 0 0 301 141 126
Binary 10111001 11101111 11111110 11011 110 0 0 11000001 1100001 1010110

Color Harmonies of #B9EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EFFE

Black with #B9EFFE

Text Example


Text Example

White with #B9EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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