Html Css Color HEX #B6EAFA Onahau

📋 copy color: '#B6EAFA'

red 182 ◦ green 234 ◦ blue 250

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

Shades of Onahau #B6EAFA

Tints of Onahau #B6EAFA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.14%

 BLUE value IS 250 (98.05% from 255) = 37.54%

R = 27.33%
G = 35.14%
B = 37.54%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B6EAFA (or 0xB6EAFA) is known color: Onahau. HEX triplet: B6, EA and FA. RGB value is (182,234,250). Sum of RGB (Red+Green+Blue) = 182+234+250=666 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.33% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #B6EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EAFA is #491505. Grayscale: #DCDCDC. Windows color (decimal): -4789510 or 16444086. OLE color: 16444086.

HSL color Cylindrical-coordinate representation of color #B6EAFA: hue angle of 194.12º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6EAFA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 234 250 -
CMYK 0.27 0.06 0 0.02
HSL 194.12º 0.87% 0.85% -
HSV(B) 194.12º 0.27% 0.98% -
XYZ 65.97 75.69 101.58 -
YUV 220.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 182 234 250 0.27 0.06 0 0.02 194.12 0.87 0.85
Hex B6 EA FA 1B 6 0 2 C2 57 55
Octal 266 352 372 33 6 0 2 302 127 125
Binary 10110110 11101010 11111010 11011 110 0 10 11000010 1010111 1010101

Color Harmonies of #B6EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EAFA

Black with #B6EAFA

Text Example


Text Example

White with #B6EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EAFA; }

 p { color: rgb(182,234,250); }

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

background-color css

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

 a { background-color: rgb(182,234,250); }

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

border-color css

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

 span { border-color: rgb(182,234,250); }

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