#38B2FF

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

Shades of Summer Sky #38B2FF

Tints of Summer Sky #38B2FF

Color information

#38B2FF (or 0x38B2FF) is unknown color: approx Summer Sky. HEX triplet: 38, B2 and FF. RGB value is (56,178,255). Sum of RGB (Red+Green+Blue) = 56+178+255=489 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.45% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #38B2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38B2FF is #C74D00. Grayscale: #959595. Windows color (decimal): -13061377 or 16757304. OLE color: 16757304.

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

Color convert

RGB56178255-
CMYK0.780.3000
HSL203.22º100%60.98%-
HSV(B)203.22º78.04%100%-
XYZ35.639.9100.43-
YUV150.3187.0860.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.45%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 255 (100% from 255) = 52.15%
R=11.45%
G=36.40%
B=52.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal561782550.780.3000203.2210060.98
Hex38B2FF4E1E00cb643d
Octal70262377116360031314475
Binary111000101100101111111110011101111000110010111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,178,255); }

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

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

 a { background-color: rgb(56,178,255); }

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

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

 span { border-color: rgb(56,178,255); }

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