Html Css Color HEX #38B0FF Summer Sky

📋 copy color: '#38B0FF'

red 56 ◦ green 176 ◦ blue 255

#38B0FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #38B0FF

Tints of Summer Sky #38B0FF

RGB

 RED value IS 56 (22.27% from 255) = 11.5%

 GREEN value IS 176 (69.14% from 255) = 36.14%

 BLUE value IS 255 (100% from 255) = 52.36%

R = 11.5%
G = 36.14%
B = 52.36%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38B0FF (or 0x38B0FF) is known color: Summer Sky. HEX triplet: 38, B0 and FF. RGB value is (56,176,255). Sum of RGB (Red+Green+Blue) = 56+176+255=487 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.50% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #38B0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38B0FF is #C74F00. Grayscale: #949494. Windows color (decimal): -13061889 or 16756792. OLE color: 16756792.

HSL color Cylindrical-coordinate representation of color #38B0FF: hue angle of 203.82º 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 #38B0FF is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 176 255 -
CMYK 0.78 0.31 0 0
HSL 203.82º 1% 0.61% -
HSV(B) 203.82º 0.78% 1% -
XYZ 35.21 39.11 100.3 -
YUV 149.13 187.74 61.58 -
System Red Green Blue C M Y K H S L
Decimal 56 176 255 0.78 0.31 0 0 203.82 1 0.61
Hex 38 B0 FF 4E 1F 0 0 CC 64 3D
Octal 70 260 377 116 37 0 0 314 144 75
Binary 111000 10110000 11111111 1001110 11111 0 0 11001100 1100100 111101

Color Harmonies of #38B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B0FF

Black with #38B0FF

Text Example


Text Example

White with #38B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #38B0FF;
 }
 .AnyTagClassName
 {
   color: #38B0FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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