Html Css Color HEX #38BBE5 Summer Sky

📋 copy color: '#38BBE5'

red 56 ◦ green 187 ◦ blue 229

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

Shades of Summer Sky #38BBE5

Tints of Summer Sky #38BBE5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.62%

 BLUE value IS 229 (89.84% from 255) = 48.52%

R = 11.86%
G = 39.62%
B = 48.52%

CMYK

 C value IS 0.76

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#38BBE5 (or 0x38BBE5) is known color: Summer Sky. HEX triplet: 38, BB and E5. RGB value is (56,187,229). Sum of RGB (Red+Green+Blue) = 56+187+229=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #38BBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBE5 is #C7441A. Grayscale: #989898. Windows color (decimal): -13059099 or 15055672. OLE color: 15055672.

HSL color Cylindrical-coordinate representation of color #38BBE5: hue angle of 194.57º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38BBE5 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 187 229 -
CMYK 0.76 0.18 0 0.10
HSL 194.57º 0.77% 0.56% -
HSV(B) 194.57º 0.76% 0.9% -
XYZ 33.54 42.04 80.48 -
YUV 152.62 171.1 59.08 -
System Red Green Blue C M Y K H S L
Decimal 56 187 229 0.76 0.18 0 0.10 194.57 0.77 0.56
Hex 38 BB E5 4C 12 0 A C3 4D 38
Octal 70 273 345 114 22 0 12 303 115 70
Binary 111000 10111011 11100101 1001100 10010 0 1010 11000011 1001101 111000

Color Harmonies of #38BBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BBE5

Black with #38BBE5

Text Example


Text Example

White with #38BBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,187,229); }

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

background-color css

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

 a { background-color: rgb(56,187,229); }

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

border-color css

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

 span { border-color: rgb(56,187,229); }

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