#6CF1FB

Color #6CF1FB Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #6CF1FB

Tints of Baby Blue #6CF1FB

Color information

#6CF1FB (or 0x6CF1FB) is unknown color: approx Baby Blue. HEX triplet: 6C, F1 and FB. RGB value is (108,241,251). Sum of RGB (Red+Green+Blue) = 108+241+251=600 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 251 (98.44% from 255 or 41.83% from 600); Max value from RGB is 251 - color contains mainly: blue. Hex color #6CF1FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CF1FB is #930E04. Grayscale: #CACACA. Windows color (decimal): -9637381 or 16511340. OLE color: 16511340.

HSL color Cylindrical-coordinate representation of color #6CF1FB: hue angle of 184.2º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6CF1FB is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB108241251-
CMYK0.570.0400.02
HSL184.2º94.7%70.39%-
HSV(B)184.2º56.97%98.43%-
XYZ55.0573.06102.47-
YUV202.37155.4460.69-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 251 (98.44% from 255) = 41.83%
R=18%
G=40.17%
B=41.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1082412510.570.0400.02184.294.770.39
Hex6CF1FB39402b85f46
Octal15436137371402270137106
Binary110110011110001111110111110011000101011100010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,241,251); }

 H1.HeaderClassName
 {
   color: #6CF1FB;
 }
 .AnyTagClassName
 {
   color: #6CF1FB;
 }
</style>
background-color css

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

 a { background-color: rgb(108,241,251); }

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

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

 span { border-color: rgb(108,241,251); }

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