Html Css Color HEX #38BBDF Summer Sky

📋 copy color: '#38BBDF'

red 56 ◦ green 187 ◦ blue 223

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

Shades of Summer Sky #38BBDF

Tints of Summer Sky #38BBDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 12.02%
G = 40.13%
B = 47.85%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38BBDF (or 0x38BBDF) is known color: Summer Sky. HEX triplet: 38, BB and DF. RGB value is (56,187,223). Sum of RGB (Red+Green+Blue) = 56+187+223=466 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.02% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #38BBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBDF is #C74420. Grayscale: #979797. Windows color (decimal): -13059105 or 14662456. OLE color: 14662456.

HSL color Cylindrical-coordinate representation of color #38BBDF: hue angle of 192.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38BBDF is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 187 223 -
CMYK 0.75 0.16 0 0.13
HSL 192.93º 0.72% 0.55% -
HSV(B) 192.93º 0.75% 0.87% -
XYZ 32.72 41.71 76.14 -
YUV 151.94 168.1 59.57 -
System Red Green Blue C M Y K H S L
Decimal 56 187 223 0.75 0.16 0 0.13 192.93 0.72 0.55
Hex 38 BB DF 4B 10 0 D C1 48 37
Octal 70 273 337 113 20 0 15 301 110 67
Binary 111000 10111011 11011111 1001011 10000 0 1101 11000001 1001000 110111

Color Harmonies of #38BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BBDF

Black with #38BBDF

Text Example


Text Example

White with #38BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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