Html Css Color HEX #38BBCF Summer Sky

📋 copy color: '#38BBCF'

red 56 ◦ green 187 ◦ blue 207

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

Shades of Summer Sky #38BBCF

Tints of Summer Sky #38BBCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46%

R = 12.44%
G = 41.56%
B = 46%

CMYK

 C value IS 0.73

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38BBCF (or 0x38BBCF) is known color: Summer Sky. HEX triplet: 38, BB and CF. RGB value is (56,187,207). Sum of RGB (Red+Green+Blue) = 56+187+207=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #38BBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBCF is #C74430. Grayscale: #959595. Windows color (decimal): -13059121 or 13613880. OLE color: 13613880.

HSL color Cylindrical-coordinate representation of color #38BBCF: hue angle of 187.95º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38BBCF is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 187 207 -
CMYK 0.73 0.10 0 0.19
HSL 187.95º 0.61% 0.52% -
HSV(B) 187.95º 0.73% 0.81% -
XYZ 30.66 40.89 65.31 -
YUV 150.11 160.1 60.87 -
System Red Green Blue C M Y K H S L
Decimal 56 187 207 0.73 0.10 0 0.19 187.95 0.61 0.52
Hex 38 BB CF 49 A 0 13 BC 3D 34
Octal 70 273 317 111 12 0 23 274 75 64
Binary 111000 10111011 11001111 1001001 1010 0 10011 10111100 111101 110100

Color Harmonies of #38BBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BBCF

Black with #38BBCF

Text Example


Text Example

White with #38BBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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