Html Css Color HEX #6DF0ED Baby Blue

📋 copy color: '#6DF0ED'

red 109 ◦ green 240 ◦ blue 237

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

Shades of Baby Blue #6DF0ED

Tints of Baby Blue #6DF0ED

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.96%

 BLUE value IS 237 (92.97% from 255) = 40.44%

R = 18.6%
G = 40.96%
B = 40.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#6DF0ED (or 0x6DF0ED) is known color: Baby Blue. HEX triplet: 6D, F0 and ED. RGB value is (109,240,237). Sum of RGB (Red+Green+Blue) = 109+240+237=586 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.60% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF0ED is #920F12. Grayscale: #C8C8C8. Windows color (decimal): -9572115 or 15593581. OLE color: 15593581.

HSL color Cylindrical-coordinate representation of color #6DF0ED: hue angle of 178.63º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0ED is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 237 -
CMYK 0.55 0 0.01 0.06
HSL 178.63º 0.81% 0.68% -
HSV(B) 178.63º 0.55% 0.94% -
XYZ 52.75 71.69 91.18 -
YUV 200.49 148.6 62.74 -
System Red Green Blue C M Y K H S L
Decimal 109 240 237 0.55 0 0.01 0.06 178.63 0.81 0.68
Hex 6D F0 ED 37 0 1 6 B3 51 44
Octal 155 360 355 67 0 1 6 263 121 104
Binary 1101101 11110000 11101101 110111 0 1 110 10110011 1010001 1000100

Color Harmonies of #6DF0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0ED

Black with #6DF0ED

Text Example


Text Example

White with #6DF0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,240,237); }

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

background-color css

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

 a { background-color: rgb(109,240,237); }

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

border-color css

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

 span { border-color: rgb(109,240,237); }

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