Html Css Color HEX #46EEFA Baby Blue

📋 copy color: '#46EEFA'

red 70 ◦ green 238 ◦ blue 250

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

Shades of Baby Blue #46EEFA

Tints of Baby Blue #46EEFA

RGB

 RED value IS 70 (27.73% from 255) = 12.54%

 GREEN value IS 238 (93.36% from 255) = 42.65%

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

R = 12.54%
G = 42.65%
B = 44.8%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#46EEFA (or 0x46EEFA) is known color: Baby Blue. HEX triplet: 46, EE and FA. RGB value is (70,238,250). Sum of RGB (Red+Green+Blue) = 70+238+250=558 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.54% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #46EEFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46EEFA is #B91105. Grayscale: #BCBCBC. Windows color (decimal): -12128518 or 16444998. OLE color: 16444998.

HSL color Cylindrical-coordinate representation of color #46EEFA: hue angle of 184º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46EEFA is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 238 250 -
CMYK 0.72 0.05 0 0.02
HSL 184º 0.95% 0.63% -
HSV(B) 184º 0.72% 0.98% -
XYZ 50.36 69.35 101.18 -
YUV 189.14 162.34 43.02 -
System Red Green Blue C M Y K H S L
Decimal 70 238 250 0.72 0.05 0 0.02 184 0.95 0.63
Hex 46 EE FA 48 5 0 2 B8 5F 3F
Octal 106 356 372 110 5 0 2 270 137 77
Binary 1000110 11101110 11111010 1001000 101 0 10 10111000 1011111 111111

Color Harmonies of #46EEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EEFA

Black with #46EEFA

Text Example


Text Example

White with #46EEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46EEFA; }

 p { color: rgb(70,238,250); }

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

background-color css

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

 a { background-color: rgb(70,238,250); }

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

border-color css

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

 span { border-color: rgb(70,238,250); }

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