Html Css Color HEX #46EDFF Baby Blue

📋 copy color: '#46EDFF'

red 70 ◦ green 237 ◦ blue 255

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

Shades of Baby Blue #46EDFF

Tints of Baby Blue #46EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.17%

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

R = 12.46%
G = 42.17%
B = 45.37%

CMYK

 C value IS 0.73

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#46EDFF (or 0x46EDFF) is known color: Baby Blue. HEX triplet: 46, ED and FF. RGB value is (70,237,255). Sum of RGB (Red+Green+Blue) = 70+237+255=562 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.46% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #46EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46EDFF is #B91200. Grayscale: #BCBCBC. Windows color (decimal): -12128769 or 16772422. OLE color: 16772422.

HSL color Cylindrical-coordinate representation of color #46EDFF: hue angle of 185.84º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46EDFF is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 237 255 -
CMYK 0.73 0.07 0 0
HSL 185.84º 1% 0.64% -
HSV(B) 185.84º 0.73% 1% -
XYZ 50.86 69.09 105.26 -
YUV 189.12 165.17 43.04 -
System Red Green Blue C M Y K H S L
Decimal 70 237 255 0.73 0.07 0 0 185.84 1 0.64
Hex 46 ED FF 49 7 0 0 BA 64 40
Octal 106 355 377 111 7 0 0 272 144 100
Binary 1000110 11101101 11111111 1001001 111 0 0 10111010 1100100 1000000

Color Harmonies of #46EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46EDFF

Black with #46EDFF

Text Example


Text Example

White with #46EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,237,255); }

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

background-color css

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

 a { background-color: rgb(70,237,255); }

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

border-color css

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

 span { border-color: rgb(70,237,255); }

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