Html Css Color HEX #6FF8F0 Baby Blue

📋 copy color: '#6FF8F0'

red 111 ◦ green 248 ◦ blue 240

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

Shades of Baby Blue #6FF8F0

Tints of Baby Blue #6FF8F0

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.4%

 BLUE value IS 240 (94.14% from 255) = 40.07%

R = 18.53%
G = 41.4%
B = 40.07%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#6FF8F0 (or 0x6FF8F0) is known color: Baby Blue. HEX triplet: 6F, F8 and F0. RGB value is (111,248,240). Sum of RGB (Red+Green+Blue) = 111+248+240=599 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.53% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #6FF8F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF8F0 is #90070F. Grayscale: #CECECE. Windows color (decimal): -9438992 or 15792239. OLE color: 15792239.

HSL color Cylindrical-coordinate representation of color #6FF8F0: hue angle of 176.5º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FF8F0 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 111 248 240 -
CMYK 0.55 0 0.03 0.03
HSL 176.5º 0.91% 0.7% -
HSV(B) 176.5º 0.55% 0.97% -
XYZ 55.85 76.81 94.32 -
YUV 206.13 147.11 60.15 -
System Red Green Blue C M Y K H S L
Decimal 111 248 240 0.55 0 0.03 0.03 176.5 0.91 0.7
Hex 6F F8 F0 37 0 3 3 B0 5B 46
Octal 157 370 360 67 0 3 3 260 133 106
Binary 1101111 11111000 11110000 110111 0 11 11 10110000 1011011 1000110

Color Harmonies of #6FF8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FF8F0

Black with #6FF8F0

Text Example


Text Example

White with #6FF8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,248,240); }

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

background-color css

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

 a { background-color: rgb(111,248,240); }

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

border-color css

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

 span { border-color: rgb(111,248,240); }

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