Html Css Color HEX #38BDEF Summer Sky

📋 copy color: '#38BDEF'

red 56 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #38BDEF

Tints of Summer Sky #38BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.05%

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 11.57%
G = 39.05%
B = 49.38%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#38BDEF (or 0x38BDEF) is known color: Summer Sky. HEX triplet: 38, BD and EF. RGB value is (56,189,239). Sum of RGB (Red+Green+Blue) = 56+189+239=484 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.57% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #38BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BDEF is #C74210. Grayscale: #9A9A9A. Windows color (decimal): -13058577 or 15711544. OLE color: 15711544.

HSL color Cylindrical-coordinate representation of color #38BDEF: hue angle of 196.39º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38BDEF is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 189 239 -
CMYK 0.77 0.21 0 0.06
HSL 196.39º 0.85% 0.58% -
HSV(B) 196.39º 0.77% 0.94% -
XYZ 35.41 43.47 88.19 -
YUV 154.93 175.44 57.43 -
System Red Green Blue C M Y K H S L
Decimal 56 189 239 0.77 0.21 0 0.06 196.39 0.85 0.58
Hex 38 BD EF 4D 15 0 6 C4 55 3A
Octal 70 275 357 115 25 0 6 304 125 72
Binary 111000 10111101 11101111 1001101 10101 0 110 11000100 1010101 111010

Color Harmonies of #38BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BDEF

Black with #38BDEF

Text Example


Text Example

White with #38BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,189,239); }

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

background-color css

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

 a { background-color: rgb(56,189,239); }

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

border-color css

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

 span { border-color: rgb(56,189,239); }

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