Html Css Color HEX #6DF5EA Baby Blue

📋 copy color: '#6DF5EA'

red 109 ◦ green 245 ◦ blue 234

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

Shades of Baby Blue #6DF5EA

Tints of Baby Blue #6DF5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.8%

R = 18.54%
G = 41.67%
B = 39.8%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#6DF5EA (or 0x6DF5EA) is known color: Baby Blue. HEX triplet: 6D, F5 and EA. RGB value is (109,245,234). Sum of RGB (Red+Green+Blue) = 109+245+234=588 (77% of max value = 765). Red value is 109 (42.97% from 255 or 18.54% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #6DF5EA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DF5EA is #920A15. Grayscale: #CACACA. Windows color (decimal): -9570838 or 15398253. OLE color: 15398253.

HSL color Cylindrical-coordinate representation of color #6DF5EA: hue angle of 175.15º 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 #6DF5EA is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 109 245 234 -
CMYK 0.56 0 0.04 0.04
HSL 175.15º 0.87% 0.69% -
HSV(B) 175.15º 0.56% 0.96% -
XYZ 53.81 74.5 89.39 -
YUV 203.08 145.44 60.89 -
System Red Green Blue C M Y K H S L
Decimal 109 245 234 0.56 0 0.04 0.04 175.15 0.87 0.69
Hex 6D F5 EA 38 0 4 4 AF 57 45
Octal 155 365 352 70 0 4 4 257 127 105
Binary 1101101 11110101 11101010 111000 0 100 100 10101111 1010111 1000101

Color Harmonies of #6DF5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF5EA

Black with #6DF5EA

Text Example


Text Example

White with #6DF5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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