Html Css Color HEX #38BFFD Summer Sky

📋 copy color: '#38BFFD'

red 56 ◦ green 191 ◦ blue 253

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

Shades of Summer Sky #38BFFD

Tints of Summer Sky #38BFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.6%

R = 11.2%
G = 38.2%
B = 50.6%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#38BFFD (or 0x38BFFD) is known color: Summer Sky. HEX triplet: 38, BF and FD. RGB value is (56,191,253). Sum of RGB (Red+Green+Blue) = 56+191+253=500 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.2% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #38BFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BFFD is #C74002. Grayscale: #9D9D9D. Windows color (decimal): -13058051 or 16629560. OLE color: 16629560.

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

Color convert

RGB 56 191 253 -
CMYK 0.78 0.25 0 0.01
HSL 198.88º 0.98% 0.61% -
HSV(B) 198.88º 0.78% 0.99% -
XYZ 37.99 45.19 99.65 -
YUV 157.7 181.77 55.46 -
System Red Green Blue C M Y K H S L
Decimal 56 191 253 0.78 0.25 0 0.01 198.88 0.98 0.61
Hex 38 BF FD 4E 19 0 1 C7 62 3D
Octal 70 277 375 116 31 0 1 307 142 75
Binary 111000 10111111 11111101 1001110 11001 0 1 11000111 1100010 111101

Color Harmonies of #38BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFFD

Black with #38BFFD

Text Example


Text Example

White with #38BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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