Html Css Color HEX #6EFAF0 Baby Blue

📋 copy color: '#6EFAF0'

red 110 ◦ green 250 ◦ blue 240

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

Shades of Baby Blue #6EFAF0

Tints of Baby Blue #6EFAF0

RGB

 RED value IS 110 (43.36% from 255) = 18.33%

 GREEN value IS 250 (98.05% from 255) = 41.67%

 BLUE value IS 240 (94.14% from 255) = 40%

R = 18.33%
G = 41.67%
B = 40%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#6EFAF0 (or 0x6EFAF0) is known color: Baby Blue. HEX triplet: 6E, FA and F0. RGB value is (110,250,240). Sum of RGB (Red+Green+Blue) = 110+250+240=600 (79% of max value = 765). Red value is 110 (43.36% from 255 or 18.33% from 600); Green value is 250 (98.05% from 255 or 41.67% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFAF0 is #91050F. Grayscale: #CECECE. Windows color (decimal): -9504016 or 15792750. OLE color: 15792750.

HSL color Cylindrical-coordinate representation of color #6EFAF0: hue angle of 175.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EFAF0 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 250 240 -
CMYK 0.56 0 0.04 0.02
HSL 175.71º 0.93% 0.71% -
HSV(B) 175.71º 0.56% 0.98% -
XYZ 56.34 77.98 94.52 -
YUV 207 146.62 58.81 -
System Red Green Blue C M Y K H S L
Decimal 110 250 240 0.56 0 0.04 0.02 175.71 0.93 0.71
Hex 6E FA F0 38 0 4 2 B0 5D 47
Octal 156 372 360 70 0 4 2 260 135 107
Binary 1101110 11111010 11110000 111000 0 100 10 10110000 1011101 1000111

Color Harmonies of #6EFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFAF0

Black with #6EFAF0

Text Example


Text Example

White with #6EFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EFAF0; }

 p { color: rgb(110,250,240); }

 H1.HeaderClassName
 {
   color: #6EFAF0;
 }
 .AnyTagClassName
 {
   color: #6EFAF0;
 }
</style>

background-color css

<style>
 a { background-color: #6EFAF0; }

 a { background-color: rgb(110,250,240); }

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

border-color css

<style>
 span { border-color: #6EFAF0; }

 span { border-color: rgb(110,250,240); }

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