Html Css Color HEX #B3EAFA Onahau

📋 copy color: '#B3EAFA'

red 179 ◦ green 234 ◦ blue 250

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

Shades of Onahau #B3EAFA

Tints of Onahau #B3EAFA

RGB

 RED value IS 179 (70.31% from 255) = 27%

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

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

R = 27%
G = 35.29%
B = 37.71%

CMYK

 C value IS 0.28

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3EAFA (or 0xB3EAFA) is known color: Onahau. HEX triplet: B3, EA and FA. RGB value is (179,234,250). Sum of RGB (Red+Green+Blue) = 179+234+250=663 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.00% from 663); Green value is 234 (91.80% from 255 or 35.29% from 663); Blue value is 250 (98.05% from 255 or 37.71% from 663); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EAFA is #4C1505. Grayscale: #DBDBDB. Windows color (decimal): -4986118 or 16444083. OLE color: 16444083.

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

Color convert

RGB 179 234 250 -
CMYK 0.28 0.06 0 0.02
HSL 193.52º 0.88% 0.84% -
HSV(B) 193.52º 0.28% 0.98% -
XYZ 65.27 75.33 101.54 -
YUV 219.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 179 234 250 0.28 0.06 0 0.02 193.52 0.88 0.84
Hex B3 EA FA 1C 6 0 2 C2 58 54
Octal 263 352 372 34 6 0 2 302 130 124
Binary 10110011 11101010 11111010 11100 110 0 10 11000010 1011000 1010100

Color Harmonies of #B3EAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3EAFA

Black with #B3EAFA

Text Example


Text Example

White with #B3EAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3EAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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