Html Css Color HEX #6EFEFD Baby Blue

📋 copy color: '#6EFEFD'

red 110 ◦ green 254 ◦ blue 253

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

Shades of Baby Blue #6EFEFD

Tints of Baby Blue #6EFEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.17%

 BLUE value IS 253 (99.22% from 255) = 41%

R = 17.83%
G = 41.17%
B = 41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#6EFEFD (or 0x6EFEFD) is known color: Baby Blue. HEX triplet: 6E, FE and FD. RGB value is (110,254,253). Sum of RGB (Red+Green+Blue) = 110+254+253=617 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.83% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #6EFEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFEFD is #910102. Grayscale: #D2D2D2. Windows color (decimal): -9502979 or 16645742. OLE color: 16645742.

HSL color Cylindrical-coordinate representation of color #6EFEFD: hue angle of 179.58º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFEFD is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB 110 254 253 -
CMYK 0.57 0 0.00 0.00
HSL 179.58º 0.99% 0.71% -
HSV(B) 179.58º 0.57% 1% -
XYZ 59.6 81.29 105.48 -
YUV 210.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 110 254 253 0.57 0 0.00 0.00 179.58 0.99 0.71
Hex 6E FE FD 39 0 0 0 B4 63 47
Octal 156 376 375 71 0 0 0 264 143 107
Binary 1101110 11111110 11111101 111001 0 0 0 10110100 1100011 1000111

Color Harmonies of #6EFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFEFD

Black with #6EFEFD

Text Example


Text Example

White with #6EFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,254,253); }

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

background-color css

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

 a { background-color: rgb(110,254,253); }

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

border-color css

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

 span { border-color: rgb(110,254,253); }

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