Html Css Color HEX #38BFEB Summer Sky

📋 copy color: '#38BFEB'

red 56 ◦ green 191 ◦ blue 235

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

Shades of Summer Sky #38BFEB

Tints of Summer Sky #38BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

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

R = 11.62%
G = 39.63%
B = 48.76%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#38BFEB (or 0x38BFEB) is known color: Summer Sky. HEX triplet: 38, BF and EB. RGB value is (56,191,235). Sum of RGB (Red+Green+Blue) = 56+191+235=482 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.62% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #38BFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BFEB is #C74014. Grayscale: #9B9B9B. Windows color (decimal): -13058069 or 15449912. OLE color: 15449912.

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

Color convert

RGB 56 191 235 -
CMYK 0.76 0.19 0 0.08
HSL 194.75º 0.82% 0.57% -
HSV(B) 194.75º 0.76% 0.92% -
XYZ 35.26 44.1 85.25 -
YUV 155.65 172.77 56.92 -
System Red Green Blue C M Y K H S L
Decimal 56 191 235 0.76 0.19 0 0.08 194.75 0.82 0.57
Hex 38 BF EB 4C 13 0 8 C3 52 39
Octal 70 277 353 114 23 0 10 303 122 71
Binary 111000 10111111 11101011 1001100 10011 0 1000 11000011 1010010 111001

Color Harmonies of #38BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFEB

Black with #38BFEB

Text Example


Text Example

White with #38BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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