Html Css Color HEX #38B4DB Summer Sky

📋 copy color: '#38B4DB'

red 56 ◦ green 180 ◦ blue 219

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

Shades of Summer Sky #38B4DB

Tints of Summer Sky #38B4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.56%

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 12.31%
G = 39.56%
B = 48.13%

CMYK

 C value IS 0.74

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38B4DB (or 0x38B4DB) is known color: Summer Sky. HEX triplet: 38, B4 and DB. RGB value is (56,180,219). Sum of RGB (Red+Green+Blue) = 56+180+219=455 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.31% from 455); Green value is 180 (70.70% from 255 or 39.56% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #38B4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B4DB is #C74B24. Grayscale: #939393. Windows color (decimal): -13060901 or 14398520. OLE color: 14398520.

HSL color Cylindrical-coordinate representation of color #38B4DB: hue angle of 194.36º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38B4DB is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 180 219 -
CMYK 0.74 0.18 0 0.14
HSL 194.36º 0.69% 0.54% -
HSV(B) 194.36º 0.74% 0.86% -
XYZ 30.74 38.6 72.85 -
YUV 147.37 168.42 62.83 -
System Red Green Blue C M Y K H S L
Decimal 56 180 219 0.74 0.18 0 0.14 194.36 0.69 0.54
Hex 38 B4 DB 4A 12 0 E C2 45 36
Octal 70 264 333 112 22 0 16 302 105 66
Binary 111000 10110100 11011011 1001010 10010 0 1110 11000010 1000101 110110

Color Harmonies of #38B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B4DB

Black with #38B4DB

Text Example


Text Example

White with #38B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,180,219); }

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

background-color css

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

 a { background-color: rgb(56,180,219); }

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

border-color css

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

 span { border-color: rgb(56,180,219); }

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