Html Css Color HEX #B9EEFF Onahau

📋 copy color: '#B9EEFF'

red 185 ◦ green 238 ◦ blue 255

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

Shades of Onahau #B9EEFF

Tints of Onahau #B9EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.1%

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

R = 27.29%
G = 35.1%
B = 37.61%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9EEFF (or 0xB9EEFF) is known color: Onahau. HEX triplet: B9, EE and FF. RGB value is (185,238,255). Sum of RGB (Red+Green+Blue) = 185+238+255=678 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.29% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EEFF is #461100. Grayscale: #DFDFDF. Windows color (decimal): -4591873 or 16772793. OLE color: 16772793.

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

Color convert

RGB 185 238 255 -
CMYK 0.27 0.07 0 0
HSL 194.57º 1% 0.86% -
HSV(B) 194.57º 0.27% 1% -
XYZ 68.63 78.68 106.18 -
YUV 224.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 185 238 255 0.27 0.07 0 0 194.57 1 0.86
Hex B9 EE FF 1B 7 0 0 C3 64 56
Octal 271 356 377 33 7 0 0 303 144 126
Binary 10111001 11101110 11111111 11011 111 0 0 11000011 1100100 1010110

Color Harmonies of #B9EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EEFF

Black with #B9EEFF

Text Example


Text Example

White with #B9EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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