Html Css Color HEX #6DF1EB Baby Blue

📋 copy color: '#6DF1EB'

red 109 ◦ green 241 ◦ blue 235

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

Shades of Baby Blue #6DF1EB

Tints of Baby Blue #6DF1EB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.2%

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

R = 18.63%
G = 41.2%
B = 40.17%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#6DF1EB (or 0x6DF1EB) is known color: Baby Blue. HEX triplet: 6D, F1 and EB. RGB value is (109,241,235). Sum of RGB (Red+Green+Blue) = 109+241+235=585 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.63% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #6DF1EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF1EB is #920E14. Grayscale: #C8C8C8. Windows color (decimal): -9571861 or 15462765. OLE color: 15462765.

HSL color Cylindrical-coordinate representation of color #6DF1EB: hue angle of 177.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF1EB is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 241 235 -
CMYK 0.55 0 0.02 0.05
HSL 177.27º 0.83% 0.69% -
HSV(B) 177.27º 0.55% 0.95% -
XYZ 52.76 72.16 89.74 -
YUV 200.85 147.27 62.49 -
System Red Green Blue C M Y K H S L
Decimal 109 241 235 0.55 0 0.02 0.05 177.27 0.83 0.69
Hex 6D F1 EB 37 0 2 5 B1 52 45
Octal 155 361 353 67 0 2 5 261 122 105
Binary 1101101 11110001 11101011 110111 0 10 101 10110001 1010010 1000101

Color Harmonies of #6DF1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF1EB

Black with #6DF1EB

Text Example


Text Example

White with #6DF1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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