Html Css Color HEX #4EFFFF Baby Blue

📋 copy color: '#4EFFFF'

red 78 ◦ green 255 ◦ blue 255

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

Shades of Baby Blue #4EFFFF

Tints of Baby Blue #4EFFFF

RGB

 RED value IS 78 (30.86% from 255) = 13.27%

 GREEN value IS 255 (100% from 255) = 43.37%

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

R = 13.27%
G = 43.37%
B = 43.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4EFFFF (or 0x4EFFFF) is known color: Baby Blue. HEX triplet: 4E, FF and FF. RGB value is (78,255,255). Sum of RGB (Red+Green+Blue) = 78+255+255=588 (77% of max value = 765). Red value is 78 (30.86% from 255 or 13.27% from 588); Green value is 255 (100% from 255 or 43.37% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #4EFFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFFFF is #B10000. Grayscale: #C9C9C9. Windows color (decimal): -11599873 or 16777038. OLE color: 16777038.

HSL color Cylindrical-coordinate representation of color #4EFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFFF is Cyan = 0.69, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 78 255 255 -
CMYK 0.69 0 0 0
HSL 180º 1% 0.65% -
HSV(B) 180º 0.69% 1% -
XYZ 56.95 80.36 107.12 -
YUV 202.08 157.86 39.5 -
System Red Green Blue C M Y K H S L
Decimal 78 255 255 0.69 0 0 0 180 1 0.65
Hex 4E FF FF 45 0 0 0 B4 64 41
Octal 116 377 377 105 0 0 0 264 144 101
Binary 1001110 11111111 11111111 1000101 0 0 0 10110100 1100100 1000001

Color Harmonies of #4EFFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFFF

Black with #4EFFFF

Text Example


Text Example

White with #4EFFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EFFFF; }

 p { color: rgb(78,255,255); }

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

background-color css

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

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

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

border-color css

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

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

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