Html Css Color HEX #6DFEF2 Baby Blue

📋 copy color: '#6DFEF2'

red 109 ◦ green 254 ◦ blue 242

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

Shades of Baby Blue #6DFEF2

Tints of Baby Blue #6DFEF2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 41.98%

 BLUE value IS 242 (94.92% from 255) = 40%

R = 18.02%
G = 41.98%
B = 40%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#6DFEF2 (or 0x6DFEF2) is known color: Baby Blue. HEX triplet: 6D, FE and F2. RGB value is (109,254,242). Sum of RGB (Red+Green+Blue) = 109+254+242=605 (80% of max value = 765). Red value is 109 (42.97% from 255 or 18.02% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #6DFEF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFEF2 is #92010D. Grayscale: #D1D1D1. Windows color (decimal): -9568526 or 15924845. OLE color: 15924845.

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

Color convert

RGB 109 254 242 -
CMYK 0.57 0 0.05 0.00
HSL 175.03º 0.99% 0.71% -
HSV(B) 175.03º 0.57% 1% -
XYZ 57.78 80.55 96.51 -
YUV 209.28 146.46 56.48 -
System Red Green Blue C M Y K H S L
Decimal 109 254 242 0.57 0 0.05 0.00 175.03 0.99 0.71
Hex 6D FE F2 39 0 5 0 AF 63 47
Octal 155 376 362 71 0 5 0 257 143 107
Binary 1101101 11111110 11110010 111001 0 101 0 10101111 1100011 1000111

Color Harmonies of #6DFEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFEF2

Black with #6DFEF2

Text Example


Text Example

White with #6DFEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,254,242); }

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

background-color css

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

 a { background-color: rgb(109,254,242); }

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

border-color css

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

 span { border-color: rgb(109,254,242); }

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