Html Css Color HEX #38BFFF Summer Sky

📋 copy color: '#38BFFF'

red 56 ◦ green 191 ◦ blue 255

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

Shades of Summer Sky #38BFFF

Tints of Summer Sky #38BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 38.05%

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

R = 11.16%
G = 38.05%
B = 50.8%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38BFFF (or 0x38BFFF) is known color: Summer Sky. HEX triplet: 38, BF and FF. RGB value is (56,191,255). Sum of RGB (Red+Green+Blue) = 56+191+255=502 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.16% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #38BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BFFF is #C74000. Grayscale: #9D9D9D. Windows color (decimal): -13058049 or 16760632. OLE color: 16760632.

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

Color convert

RGB 56 191 255 -
CMYK 0.78 0.25 0 0
HSL 199.3º 1% 0.61% -
HSV(B) 199.3º 0.78% 1% -
XYZ 38.31 45.32 101.34 -
YUV 157.93 182.77 55.3 -
System Red Green Blue C M Y K H S L
Decimal 56 191 255 0.78 0.25 0 0 199.3 1 0.61
Hex 38 BF FF 4E 19 0 0 C7 64 3D
Octal 70 277 377 116 31 0 0 307 144 75
Binary 111000 10111111 11111111 1001110 11001 0 0 11000111 1100100 111101

Color Harmonies of #38BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFFF

Black with #38BFFF

Text Example


Text Example

White with #38BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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