Html Css Color HEX #6FFDFA Baby Blue

📋 copy color: '#6FFDFA'

red 111 ◦ green 253 ◦ blue 250

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

Shades of Baby Blue #6FFDFA

Tints of Baby Blue #6FFDFA

RGB

 RED value IS 111 (43.75% from 255) = 18.08%

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

 BLUE value IS 250 (98.05% from 255) = 40.72%

R = 18.08%
G = 41.21%
B = 40.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#6FFDFA (or 0x6FFDFA) is known color: Baby Blue. HEX triplet: 6F, FD and FA. RGB value is (111,253,250). Sum of RGB (Red+Green+Blue) = 111+253+250=614 (81% of max value = 765). Red value is 111 (43.75% from 255 or 18.08% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #6FFDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFDFA is #900205. Grayscale: #D2D2D2. Windows color (decimal): -9437702 or 16448879. OLE color: 16448879.

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

Color convert

RGB 111 253 250 -
CMYK 0.56 0 0.01 0.01
HSL 178.73º 0.97% 0.71% -
HSV(B) 178.73º 0.56% 0.99% -
XYZ 58.94 80.53 102.88 -
YUV 210.2 150.46 57.24 -
System Red Green Blue C M Y K H S L
Decimal 111 253 250 0.56 0 0.01 0.01 178.73 0.97 0.71
Hex 6F FD FA 38 0 1 1 B3 61 47
Octal 157 375 372 70 0 1 1 263 141 107
Binary 1101111 11111101 11111010 111000 0 1 1 10110011 1100001 1000111

Color Harmonies of #6FFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFDFA

Black with #6FFDFA

Text Example


Text Example

White with #6FFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,253,250); }

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

background-color css

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

 a { background-color: rgb(111,253,250); }

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

border-color css

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

 span { border-color: rgb(111,253,250); }

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