Html Css Color HEX #38BCCF Summer Sky

📋 copy color: '#38BCCF'

red 56 ◦ green 188 ◦ blue 207

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

Shades of Summer Sky #38BCCF

Tints of Summer Sky #38BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.69%

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

R = 12.42%
G = 41.69%
B = 45.9%

CMYK

 C value IS 0.73

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#38BCCF (or 0x38BCCF) is known color: Summer Sky. HEX triplet: 38, BC and CF. RGB value is (56,188,207). Sum of RGB (Red+Green+Blue) = 56+188+207=451 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.42% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #38BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCCF is #C74330. Grayscale: #969696. Windows color (decimal): -13058865 or 13614136. OLE color: 13614136.

HSL color Cylindrical-coordinate representation of color #38BCCF: hue angle of 187.55º 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 #38BCCF is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 188 207 -
CMYK 0.73 0.09 0 0.19
HSL 187.55º 0.61% 0.52% -
HSV(B) 187.55º 0.73% 0.81% -
XYZ 30.88 41.31 65.38 -
YUV 150.7 159.77 60.46 -
System Red Green Blue C M Y K H S L
Decimal 56 188 207 0.73 0.09 0 0.19 187.55 0.61 0.52
Hex 38 BC CF 49 9 0 13 BC 3D 34
Octal 70 274 317 111 11 0 23 274 75 64
Binary 111000 10111100 11001111 1001001 1001 0 10011 10111100 111101 110100

Color Harmonies of #38BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BCCF

Black with #38BCCF

Text Example


Text Example

White with #38BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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