Html Css Color HEX #6DF0EB Baby Blue

📋 copy color: '#6DF0EB'

red 109 ◦ green 240 ◦ blue 235

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

Shades of Baby Blue #6DF0EB

Tints of Baby Blue #6DF0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.24%

R = 18.66%
G = 41.1%
B = 40.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#6DF0EB (or 0x6DF0EB) is known color: Baby Blue. HEX triplet: 6D, F0 and EB. RGB value is (109,240,235). Sum of RGB (Red+Green+Blue) = 109+240+235=584 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.66% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF0EB is #920F14. Grayscale: #C8C8C8. Windows color (decimal): -9572117 or 15462509. OLE color: 15462509.

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

Color convert

RGB 109 240 235 -
CMYK 0.55 0 0.02 0.06
HSL 177.71º 0.81% 0.68% -
HSV(B) 177.71º 0.55% 0.94% -
XYZ 52.46 71.57 89.65 -
YUV 200.26 147.6 62.91 -
System Red Green Blue C M Y K H S L
Decimal 109 240 235 0.55 0 0.02 0.06 177.71 0.81 0.68
Hex 6D F0 EB 37 0 2 6 B2 51 44
Octal 155 360 353 67 0 2 6 262 121 104
Binary 1101101 11110000 11101011 110111 0 10 110 10110010 1010001 1000100

Color Harmonies of #6DF0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0EB

Black with #6DF0EB

Text Example


Text Example

White with #6DF0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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