Html Css Color HEX #B6EFFF Onahau

📋 copy color: '#B6EFFF'

red 182 ◦ green 239 ◦ blue 255

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

Shades of Onahau #B6EFFF

Tints of Onahau #B6EFFF

RGB

 RED value IS 182 (71.48% from 255) = 26.92%

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

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

R = 26.92%
G = 35.36%
B = 37.72%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6EFFF (or 0xB6EFFF) is known color: Onahau. HEX triplet: B6, EF and FF. RGB value is (182,239,255). Sum of RGB (Red+Green+Blue) = 182+239+255=676 (89% of max value = 765). Red value is 182 (71.48% from 255 or 26.92% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EFFF is #491000. Grayscale: #DFDFDF. Windows color (decimal): -4788225 or 16773046. OLE color: 16773046.

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

Color convert

RGB 182 239 255 -
CMYK 0.29 0.06 0 0
HSL 193.15º 1% 0.86% -
HSV(B) 193.15º 0.29% 1% -
XYZ 68.21 78.9 106.24 -
YUV 223.78 145.62 98.2 -
System Red Green Blue C M Y K H S L
Decimal 182 239 255 0.29 0.06 0 0 193.15 1 0.86
Hex B6 EF FF 1D 6 0 0 C1 64 56
Octal 266 357 377 35 6 0 0 301 144 126
Binary 10110110 11101111 11111111 11101 110 0 0 11000001 1100100 1010110

Color Harmonies of #B6EFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EFFF

Black with #B6EFFF

Text Example


Text Example

White with #B6EFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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