Html Css Color HEX #5EFFF2 Baby Blue

📋 copy color: '#5EFFF2'

red 94 ◦ green 255 ◦ blue 242

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

Shades of Baby Blue #5EFFF2

Tints of Baby Blue #5EFFF2

RGB

 RED value IS 94 (37.11% from 255) = 15.91%

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

 BLUE value IS 242 (94.92% from 255) = 40.95%

R = 15.91%
G = 43.15%
B = 40.95%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#5EFFF2 (or 0x5EFFF2) is known color: Baby Blue. HEX triplet: 5E, FF and F2. RGB value is (94,255,242). Sum of RGB (Red+Green+Blue) = 94+255+242=591 (78% of max value = 765). Red value is 94 (37.11% from 255 or 15.91% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFFF2 is #A1000D. Grayscale: #CDCDCD. Windows color (decimal): -10551310 or 15925086. OLE color: 15925086.

HSL color Cylindrical-coordinate representation of color #5EFFF2: hue angle of 175.16º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFFF2 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 94 255 242 -
CMYK 0.63 0 0.05 0
HSL 175.16º 1% 0.68% -
HSV(B) 175.16º 0.63% 1% -
XYZ 56.4 80.31 96.53 -
YUV 205.38 148.66 48.56 -
System Red Green Blue C M Y K H S L
Decimal 94 255 242 0.63 0 0.05 0 175.16 1 0.68
Hex 5E FF F2 3F 0 5 0 AF 64 44
Octal 136 377 362 77 0 5 0 257 144 104
Binary 1011110 11111111 11110010 111111 0 101 0 10101111 1100100 1000100

Color Harmonies of #5EFFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EFFF2

Black with #5EFFF2

Text Example


Text Example

White with #5EFFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5EFFF2; }

 p { color: rgb(94,255,242); }

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

background-color css

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

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

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

border-color css

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

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

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