#6BF1FC

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

Shades of Baby Blue #6BF1FC

Tints of Baby Blue #6BF1FC

Color information

#6BF1FC (or 0x6BF1FC) is unknown color: approx Baby Blue. HEX triplet: 6B, F1 and FC. RGB value is (107,241,252). Sum of RGB (Red+Green+Blue) = 107+241+252=600 (79% of max value = 765). Red value is 107 (42.19% from 255 or 17.83% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #6BF1FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BF1FC is #940E03. Grayscale: #CACACA. Windows color (decimal): -9702916 or 16576875. OLE color: 16576875.

HSL color Cylindrical-coordinate representation of color #6BF1FC: hue angle of 184.55º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6BF1FC is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB107241252-
CMYK0.580.0400.01
HSL184.55º96.03%70.39%-
HSV(B)184.55º57.54%98.82%-
XYZ55.0973.06103.29-
YUV202.19156.1160.11-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 17.83%
GREEN value IS 241 (94.53% from 255) = 40.17%
BLUE value IS 252 (98.83% from 255) = 42%
R=17.83%
G=40.17%
B=42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1072412520.580.0400.01184.5596.0370.39
Hex6BF1FC3A401b96046
Octal15336137472401271140106
Binary11010111111000111111100111010100011011100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,241,252); }

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

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

 a { background-color: rgb(107,241,252); }

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

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

 span { border-color: rgb(107,241,252); }

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