Html Css Color HEX #38BBEF Summer Sky

📋 copy color: '#38BBEF'

red 56 ◦ green 187 ◦ blue 239

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

Shades of Summer Sky #38BBEF

Tints of Summer Sky #38BBEF

RGB

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

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

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

R = 11.62%
G = 38.8%
B = 49.59%

CMYK

 C value IS 0.77

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#38BBEF (or 0x38BBEF) is known color: Summer Sky. HEX triplet: 38, BB and EF. RGB value is (56,187,239). Sum of RGB (Red+Green+Blue) = 56+187+239=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #38BBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BBEF is #C74410. Grayscale: #999999. Windows color (decimal): -13059089 or 15711032. OLE color: 15711032.

HSL color Cylindrical-coordinate representation of color #38BBEF: hue angle of 197.05º 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 #38BBEF is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 187 239 -
CMYK 0.77 0.22 0 0.06
HSL 197.05º 0.85% 0.58% -
HSV(B) 197.05º 0.77% 0.94% -
XYZ 34.98 42.61 88.04 -
YUV 153.76 176.1 58.27 -
System Red Green Blue C M Y K H S L
Decimal 56 187 239 0.77 0.22 0 0.06 197.05 0.85 0.58
Hex 38 BB EF 4D 16 0 6 C5 55 3A
Octal 70 273 357 115 26 0 6 305 125 72
Binary 111000 10111011 11101111 1001101 10110 0 110 11000101 1010101 111010

Color Harmonies of #38BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BBEF

Black with #38BBEF

Text Example


Text Example

White with #38BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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