Html Css Color HEX #6DF9ED Baby Blue

📋 copy color: '#6DF9ED'

red 109 ◦ green 249 ◦ blue 237

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

Shades of Baby Blue #6DF9ED

Tints of Baby Blue #6DF9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.85%

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

R = 18.32%
G = 41.85%
B = 39.83%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#6DF9ED (or 0x6DF9ED) is known color: Baby Blue. HEX triplet: 6D, F9 and ED. RGB value is (109,249,237). Sum of RGB (Red+Green+Blue) = 109+249+237=595 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.32% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #6DF9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF9ED is #920612. Grayscale: #CDCDCD. Windows color (decimal): -9569811 or 15595885. OLE color: 15595885.

HSL color Cylindrical-coordinate representation of color #6DF9ED: hue angle of 174.86º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF9ED is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 249 237 -
CMYK 0.56 0 0.05 0.02
HSL 174.86º 0.92% 0.7% -
HSV(B) 174.86º 0.56% 0.98% -
XYZ 55.47 77.12 92.08 -
YUV 205.77 145.62 58.98 -
System Red Green Blue C M Y K H S L
Decimal 109 249 237 0.56 0 0.05 0.02 174.86 0.92 0.7
Hex 6D F9 ED 38 0 5 2 AF 5C 46
Octal 155 371 355 70 0 5 2 257 134 106
Binary 1101101 11111001 11101101 111000 0 101 10 10101111 1011100 1000110

Color Harmonies of #6DF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF9ED

Black with #6DF9ED

Text Example


Text Example

White with #6DF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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