Html Css Color HEX #B9EFFF Onahau

📋 copy color: '#B9EFFF'

red 185 ◦ green 239 ◦ blue 255

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

Shades of Onahau #B9EFFF

Tints of Onahau #B9EFFF

RGB

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

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

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

R = 27.25%
G = 35.2%
B = 37.56%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B9EFFF (or 0xB9EFFF) is known color: Onahau. HEX triplet: B9, EF and FF. RGB value is (185,239,255). Sum of RGB (Red+Green+Blue) = 185+239+255=679 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.25% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFFF is #461000. Grayscale: #E0E0E0. Windows color (decimal): -4591617 or 16773049. OLE color: 16773049.

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

Color convert

RGB 185 239 255 -
CMYK 0.27 0.06 0 0
HSL 193.71º 1% 0.86% -
HSV(B) 193.71º 0.27% 1% -
XYZ 68.92 79.27 106.28 -
YUV 224.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 185 239 255 0.27 0.06 0 0 193.71 1 0.86
Hex B9 EF FF 1B 6 0 0 C2 64 56
Octal 271 357 377 33 6 0 0 302 144 126
Binary 10111001 11101111 11111111 11011 110 0 0 11000010 1100100 1010110

Color Harmonies of #B9EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9EFFF

Black with #B9EFFF

Text Example


Text Example

White with #B9EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9EFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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