#38B9FE

Color #38B9FE Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #38B9FE

Tints of Summer Sky #38B9FE

Color information

#38B9FE (or 0x38B9FE) is unknown color: approx Summer Sky. HEX triplet: 38, B9 and FE. RGB value is (56,185,254). Sum of RGB (Red+Green+Blue) = 56+185+254=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #38B9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38B9FE is #C74601. Grayscale: #999999. Windows color (decimal): -13059586 or 16693560. OLE color: 16693560.

HSL color Cylindrical-coordinate representation of color #38B9FE: hue angle of 200.91º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38B9FE is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB56185254-
CMYK0.780.2700.00
HSL200.91º99%60.78%-
HSV(B)200.91º77.95%99.61%-
XYZ36.8742.69100.06-
YUV154.29184.2657.89-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.31%
GREEN value IS 185 (72.66% from 255) = 37.37%
BLUE value IS 254 (99.61% from 255) = 51.31%
R=11.31%
G=37.37%
B=51.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal561852540.780.2700.00200.919960.78
Hex38B9FE4E1B00c9633d
Octal70271376116330031114375
Binary111000101110011111111010011101101100110010011100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38B9FE; }

 p { color: rgb(56,185,254); }

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

<style>
 a { background-color: #38B9FE; }

 a { background-color: rgb(56,185,254); }

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

<style>
 span { border-color: #38B9FE; }

 span { border-color: rgb(56,185,254); }

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