Html Css Color HEX #6EFCFE Baby Blue

📋 copy color: '#6EFCFE'

red 110 ◦ green 252 ◦ blue 254

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

Shades of Baby Blue #6EFCFE

Tints of Baby Blue #6EFCFE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.91%

 BLUE value IS 254 (99.61% from 255) = 41.23%

R = 17.86%
G = 40.91%
B = 41.23%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6EFCFE (or 0x6EFCFE) is known color: Baby Blue. HEX triplet: 6E, FC and FE. RGB value is (110,252,254). Sum of RGB (Red+Green+Blue) = 110+252+254=616 (81% of max value = 765). Red value is 110 (43.36% from 255 or 17.86% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EFCFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EFCFE is #910301. Grayscale: #D1D1D1. Windows color (decimal): -9503490 or 16710766. OLE color: 16710766.

HSL color Cylindrical-coordinate representation of color #6EFCFE: hue angle of 180.83º 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 #6EFCFE is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 110 252 254 -
CMYK 0.57 0.01 0 0.00
HSL 180.83º 0.99% 0.71% -
HSV(B) 180.83º 0.57% 1% -
XYZ 59.13 80.09 106.11 -
YUV 209.77 152.96 56.84 -
System Red Green Blue C M Y K H S L
Decimal 110 252 254 0.57 0.01 0 0.00 180.83 0.99 0.71
Hex 6E FC FE 39 1 0 0 B5 63 47
Octal 156 374 376 71 1 0 0 265 143 107
Binary 1101110 11111100 11111110 111001 1 0 0 10110101 1100011 1000111

Color Harmonies of #6EFCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFCFE

Black with #6EFCFE

Text Example


Text Example

White with #6EFCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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