Html Css Color HEX #6DFEF7 Baby Blue

📋 copy color: '#6DFEF7'

red 109 ◦ green 254 ◦ blue 247

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

Shades of Baby Blue #6DFEF7

Tints of Baby Blue #6DFEF7

RGB

 RED value IS 109 (42.97% from 255) = 17.87%

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

 BLUE value IS 247 (96.88% from 255) = 40.49%

R = 17.87%
G = 41.64%
B = 40.49%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#6DFEF7 (or 0x6DFEF7) is known color: Baby Blue. HEX triplet: 6D, FE and F7. RGB value is (109,254,247). Sum of RGB (Red+Green+Blue) = 109+254+247=610 (80% of max value = 765). Red value is 109 (42.97% from 255 or 17.87% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #6DFEF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFEF7 is #920108. Grayscale: #D1D1D1. Windows color (decimal): -9568521 or 16252525. OLE color: 16252525.

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

Color convert

RGB 109 254 247 -
CMYK 0.57 0 0.03 0.00
HSL 177.1º 0.99% 0.71% -
HSV(B) 177.1º 0.57% 1% -
XYZ 58.54 80.85 100.52 -
YUV 209.85 148.96 56.07 -
System Red Green Blue C M Y K H S L
Decimal 109 254 247 0.57 0 0.03 0.00 177.1 0.99 0.71
Hex 6D FE F7 39 0 3 0 B1 63 47
Octal 155 376 367 71 0 3 0 261 143 107
Binary 1101101 11111110 11110111 111001 0 11 0 10110001 1100011 1000111

Color Harmonies of #6DFEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFEF7

Black with #6DFEF7

Text Example


Text Example

White with #6DFEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,254,247); }

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

background-color css

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

 a { background-color: rgb(109,254,247); }

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

border-color css

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

 span { border-color: rgb(109,254,247); }

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