#67F2FD

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

Shades of Baby Blue #67F2FD

Tints of Baby Blue #67F2FD

Color information

#67F2FD (or 0x67F2FD) is unknown color: approx Baby Blue. HEX triplet: 67, F2 and FD. RGB value is (103,242,253). Sum of RGB (Red+Green+Blue) = 103+242+253=598 (79% of max value = 765). Red value is 103 (40.62% from 255 or 17.22% from 598); Green value is 242 (94.92% from 255 or 40.47% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #67F2FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67F2FD is #980D02. Grayscale: #C9C9C9. Windows color (decimal): -9964803 or 16642663. OLE color: 16642663.

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

Color convert

RGB103242253-
CMYK0.590.0400.01
HSL184.4º97.4%69.8%-
HSV(B)184.4º59.29%99.22%-
XYZ55.0873.48104.21-
YUV201.69156.9557.61-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.22%
GREEN value IS 242 (94.92% from 255) = 40.47%
BLUE value IS 253 (99.22% from 255) = 42.31%
R=17.22%
G=40.47%
B=42.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1032422530.590.0400.01184.497.469.8
Hex67F2FD3B401b86146
Octal14736237573401270141106
Binary11001111111001011111101111011100011011100011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67F2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,242,253); }

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

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

 a { background-color: rgb(103,242,253); }

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

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

 span { border-color: rgb(103,242,253); }

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