Html Css Color HEX #6DFFF2 Baby Blue

📋 copy color: '#6DFFF2'

red 109 ◦ green 255 ◦ blue 242

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

Shades of Baby Blue #6DFFF2

Tints of Baby Blue #6DFFF2

RGB

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

 GREEN value IS 255 (100% from 255) = 42.08%

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

R = 17.99%
G = 42.08%
B = 39.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#6DFFF2 (or 0x6DFFF2) is known color: Baby Blue. HEX triplet: 6D, FF and F2. RGB value is (109,255,242). Sum of RGB (Red+Green+Blue) = 109+255+242=606 (80% of max value = 765). Red value is 109 (42.97% from 255 or 17.99% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #6DFFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DFFF2 is #92000D. Grayscale: #D1D1D1. Windows color (decimal): -9568270 or 15925101. OLE color: 15925101.

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

Color convert

RGB 109 255 242 -
CMYK 0.57 0 0.05 0
HSL 174.66º 1% 0.71% -
HSV(B) 174.66º 0.57% 1% -
XYZ 58.09 81.18 96.61 -
YUV 209.86 146.13 56.06 -
System Red Green Blue C M Y K H S L
Decimal 109 255 242 0.57 0 0.05 0 174.66 1 0.71
Hex 6D FF F2 39 0 5 0 AF 64 47
Octal 155 377 362 71 0 5 0 257 144 107
Binary 1101101 11111111 11110010 111001 0 101 0 10101111 1100100 1000111

Color Harmonies of #6DFFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFFF2

Black with #6DFFF2

Text Example


Text Example

White with #6DFFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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