Html Css Color HEX #38CFEB Summer Sky

📋 copy color: '#38CFEB'

red 56 ◦ green 207 ◦ blue 235

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

Shades of Summer Sky #38CFEB

Tints of Summer Sky #38CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.57%

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 11.24%
G = 41.57%
B = 47.19%

CMYK

 C value IS 0.76

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#38CFEB (or 0x38CFEB) is known color: Summer Sky. HEX triplet: 38, CF and EB. RGB value is (56,207,235). Sum of RGB (Red+Green+Blue) = 56+207+235=498 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.24% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #38CFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38CFEB is #C73014. Grayscale: #A4A4A4. Windows color (decimal): -13053973 or 15454008. OLE color: 15454008.

HSL color Cylindrical-coordinate representation of color #38CFEB: hue angle of 189.39º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38CFEB is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 207 235 -
CMYK 0.76 0.12 0 0.08
HSL 189.39º 0.82% 0.57% -
HSV(B) 189.39º 0.76% 0.92% -
XYZ 38.94 51.46 86.48 -
YUV 165.04 167.47 50.22 -
System Red Green Blue C M Y K H S L
Decimal 56 207 235 0.76 0.12 0 0.08 189.39 0.82 0.57
Hex 38 CF EB 4C C 0 8 BD 52 39
Octal 70 317 353 114 14 0 10 275 122 71
Binary 111000 11001111 11101011 1001100 1100 0 1000 10111101 1010010 111001

Color Harmonies of #38CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CFEB

Black with #38CFEB

Text Example


Text Example

White with #38CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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