Html Css Color HEX #38BFFE Summer Sky

📋 copy color: '#38BFFE'

red 56 ◦ green 191 ◦ blue 254

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

Shades of Summer Sky #38BFFE

Tints of Summer Sky #38BFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.7%

R = 11.18%
G = 38.12%
B = 50.7%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#38BFFE (or 0x38BFFE) is known color: Summer Sky. HEX triplet: 38, BF and FE. RGB value is (56,191,254). Sum of RGB (Red+Green+Blue) = 56+191+254=501 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.18% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #38BFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BFFE is #C74001. Grayscale: #9D9D9D. Windows color (decimal): -13058050 or 16695096. OLE color: 16695096.

HSL color Cylindrical-coordinate representation of color #38BFFE: hue angle of 199.09º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38BFFE is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 56 191 254 -
CMYK 0.78 0.25 0 0.00
HSL 199.09º 0.99% 0.61% -
HSV(B) 199.09º 0.78% 1% -
XYZ 38.15 45.26 100.49 -
YUV 157.82 182.27 55.38 -
System Red Green Blue C M Y K H S L
Decimal 56 191 254 0.78 0.25 0 0.00 199.09 0.99 0.61
Hex 38 BF FE 4E 19 0 0 C7 63 3D
Octal 70 277 376 116 31 0 0 307 143 75
Binary 111000 10111111 11111110 1001110 11001 0 0 11000111 1100011 111101

Color Harmonies of #38BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BFFE

Black with #38BFFE

Text Example


Text Example

White with #38BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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