Html Css Color HEX #6DFDF7 Baby Blue

📋 copy color: '#6DFDF7'

red 109 ◦ green 253 ◦ blue 247

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

Shades of Baby Blue #6DFDF7

Tints of Baby Blue #6DFDF7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.54%

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

R = 17.9%
G = 41.54%
B = 40.56%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#6DFDF7 (or 0x6DFDF7) is known color: Baby Blue. HEX triplet: 6D, FD and F7. RGB value is (109,253,247). Sum of RGB (Red+Green+Blue) = 109+253+247=609 (80% of max value = 765). Red value is 109 (42.97% from 255 or 17.90% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFDF7 is #920208. Grayscale: #D1D1D1. Windows color (decimal): -9568777 or 16252269. OLE color: 16252269.

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

Color convert

RGB 109 253 247 -
CMYK 0.57 0 0.02 0.01
HSL 177.5º 0.97% 0.71% -
HSV(B) 177.5º 0.57% 0.99% -
XYZ 58.22 80.22 100.41 -
YUV 209.26 149.29 56.49 -
System Red Green Blue C M Y K H S L
Decimal 109 253 247 0.57 0 0.02 0.01 177.5 0.97 0.71
Hex 6D FD F7 39 0 2 1 B2 61 47
Octal 155 375 367 71 0 2 1 262 141 107
Binary 1101101 11111101 11110111 111001 0 10 1 10110010 1100001 1000111

Color Harmonies of #6DFDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFDF7

Black with #6DFDF7

Text Example


Text Example

White with #6DFDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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