Html Css Color HEX #38CBEC Summer Sky

📋 copy color: '#38CBEC'

red 56 ◦ green 203 ◦ blue 236

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

Shades of Summer Sky #38CBEC

Tints of Summer Sky #38CBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.01%

 BLUE value IS 236 (92.58% from 255) = 47.68%

R = 11.31%
G = 41.01%
B = 47.68%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38CBEC (or 0x38CBEC) is known color: Summer Sky. HEX triplet: 38, CB and EC. RGB value is (56,203,236). Sum of RGB (Red+Green+Blue) = 56+203+236=495 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.31% from 495); Green value is 203 (79.69% from 255 or 41.01% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #38CBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CBEC is #C73413. Grayscale: #A2A2A2. Windows color (decimal): -13054996 or 15518520. OLE color: 15518520.

HSL color Cylindrical-coordinate representation of color #38CBEC: hue angle of 191º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38CBEC is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 203 236 -
CMYK 0.76 0.14 0 0.07
HSL 191º 0.83% 0.57% -
HSV(B) 191º 0.76% 0.93% -
XYZ 38.13 49.61 86.92 -
YUV 162.81 169.3 51.82 -
System Red Green Blue C M Y K H S L
Decimal 56 203 236 0.76 0.14 0 0.07 191 0.83 0.57
Hex 38 CB EC 4C E 0 7 BF 53 39
Octal 70 313 354 114 16 0 7 277 123 71
Binary 111000 11001011 11101100 1001100 1110 0 111 10111111 1010011 111001

Color Harmonies of #38CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CBEC

Black with #38CBEC

Text Example


Text Example

White with #38CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,203,236); }

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

background-color css

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

 a { background-color: rgb(56,203,236); }

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

border-color css

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

 span { border-color: rgb(56,203,236); }

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