Html Css Color HEX #4EEFFF Baby Blue

📋 copy color: '#4EEFFF'

red 78 ◦ green 239 ◦ blue 255

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

Shades of Baby Blue #4EEFFF

Tints of Baby Blue #4EEFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.78%

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

R = 13.64%
G = 41.78%
B = 44.58%

CMYK

 C value IS 0.69

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4EEFFF (or 0x4EEFFF) is known color: Baby Blue. HEX triplet: 4E, EF and FF. RGB value is (78,239,255). Sum of RGB (Red+Green+Blue) = 78+239+255=572 (75% of max value = 765). Red value is 78 (30.86% from 255 or 13.64% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EEFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EEFFF is #B11000. Grayscale: #C0C0C0. Windows color (decimal): -11603969 or 16772942. OLE color: 16772942.

HSL color Cylindrical-coordinate representation of color #4EEFFF: hue angle of 185.42º 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 #4EEFFF is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 78 239 255 -
CMYK 0.69 0.06 0 0
HSL 185.42º 1% 0.65% -
HSV(B) 185.42º 0.69% 1% -
XYZ 52.06 70.57 105.49 -
YUV 192.69 163.16 46.2 -
System Red Green Blue C M Y K H S L
Decimal 78 239 255 0.69 0.06 0 0 185.42 1 0.65
Hex 4E EF FF 45 6 0 0 B9 64 41
Octal 116 357 377 105 6 0 0 271 144 101
Binary 1001110 11101111 11111111 1000101 110 0 0 10111001 1100100 1000001

Color Harmonies of #4EEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEFFF

Black with #4EEFFF

Text Example


Text Example

White with #4EEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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