#67FBFF

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

Shades of Baby Blue #67FBFF

Tints of Baby Blue #67FBFF

Color information

#67FBFF (or 0x67FBFF) is unknown color: approx Baby Blue. HEX triplet: 67, FB and FF. RGB value is (103,251,255). Sum of RGB (Red+Green+Blue) = 103+251+255=609 (80% of max value = 765). Red value is 103 (40.62% from 255 or 16.91% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #67FBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67FBFF is #980400. Grayscale: #CFCFCF. Windows color (decimal): -9962497 or 16776039. OLE color: 16776039.

HSL color Cylindrical-coordinate representation of color #67FBFF: hue angle of 181.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67FBFF is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB103251255-
CMYK0.600.0200
HSL181.58º100%70.2%-
HSV(B)181.58º59.61%100%-
XYZ58.1479.1106.81-
YUV207.2154.9753.67-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 16.91%
GREEN value IS 251 (98.44% from 255) = 41.22%
BLUE value IS 255 (100% from 255) = 41.87%
R=16.91%
G=41.22%
B=41.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1032512550.600.0200181.5810070.2
Hex67FBFF3C200b66446
Octal14737337774200266144106
Binary1100111111110111111111111110010001011011011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67FBFF; }

 p { color: rgb(103,251,255); }

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

<style>
 a { background-color: #67FBFF; }

 a { background-color: rgb(103,251,255); }

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

<style>
 span { border-color: #67FBFF; }

 span { border-color: rgb(103,251,255); }

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