Html Css Color HEX #B6EAFF Onahau

📋 copy color: '#B6EAFF'

red 182 ◦ green 234 ◦ blue 255

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

Shades of Onahau #B6EAFF

Tints of Onahau #B6EAFF

RGB

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

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

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

R = 27.12%
G = 34.87%
B = 38%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6EAFF (or 0xB6EAFF) is known color: Onahau. HEX triplet: B6, EA and FF. RGB value is (182,234,255). Sum of RGB (Red+Green+Blue) = 182+234+255=671 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.12% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6EAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6EAFF is #491500. Grayscale: #DCDCDC. Windows color (decimal): -4789505 or 16771766. OLE color: 16771766.

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

Color convert

RGB 182 234 255 -
CMYK 0.29 0.08 0 0
HSL 197.26º 1% 0.86% -
HSV(B) 197.26º 0.29% 1% -
XYZ 66.76 76.01 105.76 -
YUV 220.85 147.27 100.29 -
System Red Green Blue C M Y K H S L
Decimal 182 234 255 0.29 0.08 0 0 197.26 1 0.86
Hex B6 EA FF 1D 8 0 0 C5 64 56
Octal 266 352 377 35 10 0 0 305 144 126
Binary 10110110 11101010 11111111 11101 1000 0 0 11000101 1100100 1010110

Color Harmonies of #B6EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6EAFF

Black with #B6EAFF

Text Example


Text Example

White with #B6EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6EAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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