Html Css Color HEX #6DFDEF Baby Blue

📋 copy color: '#6DFDEF'

red 109 ◦ green 253 ◦ blue 239

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

Shades of Baby Blue #6DFDEF

Tints of Baby Blue #6DFDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.77%

R = 18.14%
G = 42.1%
B = 39.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#6DFDEF (or 0x6DFDEF) is known color: Baby Blue. HEX triplet: 6D, FD and EF. RGB value is (109,253,239). Sum of RGB (Red+Green+Blue) = 109+253+239=601 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.14% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFDEF is #920210. Grayscale: #D0D0D0. Windows color (decimal): -9568785 or 15727981. OLE color: 15727981.

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

Color convert

RGB 109 253 239 -
CMYK 0.57 0 0.06 0.01
HSL 174.17º 0.97% 0.71% -
HSV(B) 174.17º 0.57% 0.99% -
XYZ 57.01 79.73 94.05 -
YUV 208.35 145.29 57.14 -
System Red Green Blue C M Y K H S L
Decimal 109 253 239 0.57 0 0.06 0.01 174.17 0.97 0.71
Hex 6D FD EF 39 0 6 1 AE 61 47
Octal 155 375 357 71 0 6 1 256 141 107
Binary 1101101 11111101 11101111 111001 0 110 1 10101110 1100001 1000111

Color Harmonies of #6DFDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFDEF

Black with #6DFDEF

Text Example


Text Example

White with #6DFDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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