Html Css Color HEX #B8E6ED Onahau

📋 copy color: '#B8E6ED'

red 184 ◦ green 230 ◦ blue 237

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

Shades of Onahau #B8E6ED

Tints of Onahau #B8E6ED

RGB

 RED value IS 184 (72.27% from 255) = 28.26%

 GREEN value IS 230 (90.23% from 255) = 35.33%

 BLUE value IS 237 (92.97% from 255) = 36.41%

R = 28.26%
G = 35.33%
B = 36.41%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8E6ED (or 0xB8E6ED) is known color: Onahau. HEX triplet: B8, E6 and ED. RGB value is (184,230,237). Sum of RGB (Red+Green+Blue) = 184+230+237=651 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.26% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8E6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E6ED is #471912. Grayscale: #D8D8D8. Windows color (decimal): -4659475 or 15591096. OLE color: 15591096.

HSL color Cylindrical-coordinate representation of color #B8E6ED: hue angle of 187.92º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8E6ED is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 230 237 -
CMYK 0.22 0.03 0 0.07
HSL 187.92º 0.6% 0.83% -
HSV(B) 187.92º 0.22% 0.93% -
XYZ 63.35 72.9 90.85 -
YUV 217.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 184 230 237 0.22 0.03 0 0.07 187.92 0.6 0.83
Hex B8 E6 ED 16 3 0 7 BC 3C 53
Octal 270 346 355 26 3 0 7 274 74 123
Binary 10111000 11100110 11101101 10110 11 0 111 10111100 111100 1010011

Color Harmonies of #B8E6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E6ED

Black with #B8E6ED

Text Example


Text Example

White with #B8E6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E6ED; }

 p { color: rgb(184,230,237); }

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

background-color css

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

 a { background-color: rgb(184,230,237); }

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

border-color css

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

 span { border-color: rgb(184,230,237); }

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