Html Css Color HEX #6FFAF7 Baby Blue

📋 copy color: '#6FFAF7'

red 111 ◦ green 250 ◦ blue 247

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

Shades of Baby Blue #6FFAF7

Tints of Baby Blue #6FFAF7

RGB

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

 GREEN value IS 250 (98.05% from 255) = 41.12%

 BLUE value IS 247 (96.88% from 255) = 40.63%

R = 18.26%
G = 41.12%
B = 40.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#6FFAF7 (or 0x6FFAF7) is known color: Baby Blue. HEX triplet: 6F, FA and F7. RGB value is (111,250,247). Sum of RGB (Red+Green+Blue) = 111+250+247=608 (80% of max value = 765). Red value is 111 (43.75% from 255 or 18.26% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 247 (96.88% from 255 or 40.62% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FFAF7 is #900508. Grayscale: #CFCFCF. Windows color (decimal): -9438473 or 16251503. OLE color: 16251503.

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

Color convert

RGB 111 250 247 -
CMYK 0.56 0 0.01 0.02
HSL 178.71º 0.93% 0.71% -
HSV(B) 178.71º 0.56% 0.98% -
XYZ 57.53 78.47 100.11 -
YUV 208.1 149.95 58.74 -
System Red Green Blue C M Y K H S L
Decimal 111 250 247 0.56 0 0.01 0.02 178.71 0.93 0.71
Hex 6F FA F7 38 0 1 2 B3 5D 47
Octal 157 372 367 70 0 1 2 263 135 107
Binary 1101111 11111010 11110111 111000 0 1 10 10110011 1011101 1000111

Color Harmonies of #6FFAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FFAF7

Black with #6FFAF7

Text Example


Text Example

White with #6FFAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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