Html Css Color HEX #6DF5EE Baby Blue

📋 copy color: '#6DF5EE'

red 109 ◦ green 245 ◦ blue 238

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

Shades of Baby Blue #6DF5EE

Tints of Baby Blue #6DF5EE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.39%

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 18.41%
G = 41.39%
B = 40.2%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#6DF5EE (or 0x6DF5EE) is known color: Baby Blue. HEX triplet: 6D, F5 and EE. RGB value is (109,245,238). Sum of RGB (Red+Green+Blue) = 109+245+238=592 (78% of max value = 765). Red value is 109 (42.97% from 255 or 18.41% from 592); Green value is 245 (96.09% from 255 or 41.39% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 245 - color contains mainly: green. Hex color #6DF5EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF5EE is #920A11. Grayscale: #CBCBCB. Windows color (decimal): -9570834 or 15660397. OLE color: 15660397.

HSL color Cylindrical-coordinate representation of color #6DF5EE: hue angle of 176.91º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DF5EE is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 109 245 238 -
CMYK 0.56 0 0.03 0.04
HSL 176.91º 0.87% 0.69% -
HSV(B) 176.91º 0.56% 0.96% -
XYZ 54.39 74.73 92.45 -
YUV 203.54 147.44 60.57 -
System Red Green Blue C M Y K H S L
Decimal 109 245 238 0.56 0 0.03 0.04 176.91 0.87 0.69
Hex 6D F5 EE 38 0 3 4 B1 57 45
Octal 155 365 356 70 0 3 4 261 127 105
Binary 1101101 11110101 11101110 111000 0 11 100 10110001 1010111 1000101

Color Harmonies of #6DF5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF5EE

Black with #6DF5EE

Text Example


Text Example

White with #6DF5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,245,238); }

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

background-color css

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

 a { background-color: rgb(109,245,238); }

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

border-color css

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

 span { border-color: rgb(109,245,238); }

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