#67EDFA

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

Shades of Baby Blue #67EDFA

Tints of Baby Blue #67EDFA

Color information

#67EDFA (or 0x67EDFA) is unknown color: approx Baby Blue. HEX triplet: 67, ED and FA. RGB value is (103,237,250). Sum of RGB (Red+Green+Blue) = 103+237+250=590 (78% of max value = 765). Red value is 103 (40.62% from 255 or 17.46% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #67EDFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #67EDFA is #981205. Grayscale: #C6C6C6. Windows color (decimal): -9966086 or 16444775. OLE color: 16444775.

HSL color Cylindrical-coordinate representation of color #67EDFA: hue angle of 185.31º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67EDFA is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB103237250-
CMYK0.590.0500.02
HSL185.31º93.63%69.22%-
HSV(B)185.31º58.8%98.04%-
XYZ53.1370.35101.22-
YUV198.42157.1159.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.46%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 250 (98.05% from 255) = 42.37%
R=17.46%
G=40.17%
B=42.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1032372500.590.0500.02185.3193.6369.22
Hex67EDFA3B502b95e45
Octal14735537273502271136105
Binary110011111101101111110101110111010101011100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67EDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,237,250); }

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

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

 a { background-color: rgb(103,237,250); }

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

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

 span { border-color: rgb(103,237,250); }

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