Html Css Color HEX #6DFDFB Baby Blue

📋 copy color: '#6DFDFB'

red 109 ◦ green 253 ◦ blue 251

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

Shades of Baby Blue #6DFDFB

Tints of Baby Blue #6DFDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.27%

 BLUE value IS 251 (98.44% from 255) = 40.95%

R = 17.78%
G = 41.27%
B = 40.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#6DFDFB (or 0x6DFDFB) is known color: Baby Blue. HEX triplet: 6D, FD and FB. RGB value is (109,253,251). Sum of RGB (Red+Green+Blue) = 109+253+251=613 (81% of max value = 765). Red value is 109 (42.97% from 255 or 17.78% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #6DFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFDFB is #920204. Grayscale: #D1D1D1. Windows color (decimal): -9568773 or 16514413. OLE color: 16514413.

HSL color Cylindrical-coordinate representation of color #6DFDFB: hue angle of 179.17º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DFDFB is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 253 251 -
CMYK 0.57 0 0.01 0.01
HSL 179.17º 0.97% 0.71% -
HSV(B) 179.17º 0.57% 0.99% -
XYZ 58.84 80.47 103.7 -
YUV 209.72 151.29 56.16 -
System Red Green Blue C M Y K H S L
Decimal 109 253 251 0.57 0 0.01 0.01 179.17 0.97 0.71
Hex 6D FD FB 39 0 1 1 B3 61 47
Octal 155 375 373 71 0 1 1 263 141 107
Binary 1101101 11111101 11111011 111001 0 1 1 10110011 1100001 1000111

Color Harmonies of #6DFDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFDFB

Black with #6DFDFB

Text Example


Text Example

White with #6DFDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,253,251); }

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

background-color css

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

 a { background-color: rgb(109,253,251); }

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

border-color css

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

 span { border-color: rgb(109,253,251); }

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