Html Css Color HEX #38BDFF Summer Sky

📋 copy color: '#38BDFF'

red 56 ◦ green 189 ◦ blue 255

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

Shades of Summer Sky #38BDFF

Tints of Summer Sky #38BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.8%

 BLUE value IS 255 (100% from 255) = 51%

R = 11.2%
G = 37.8%
B = 51%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38BDFF (or 0x38BDFF) is known color: Summer Sky. HEX triplet: 38, BD and FF. RGB value is (56,189,255). Sum of RGB (Red+Green+Blue) = 56+189+255=500 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #38BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BDFF is #C74200. Grayscale: #9C9C9C. Windows color (decimal): -13058561 or 16760120. OLE color: 16760120.

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

Color convert

RGB 56 189 255 -
CMYK 0.78 0.26 0 0
HSL 199.9º 1% 0.61% -
HSV(B) 199.9º 0.78% 1% -
XYZ 37.88 44.46 101.19 -
YUV 156.76 183.44 56.13 -
System Red Green Blue C M Y K H S L
Decimal 56 189 255 0.78 0.26 0 0 199.9 1 0.61
Hex 38 BD FF 4E 1A 0 0 C8 64 3D
Octal 70 275 377 116 32 0 0 310 144 75
Binary 111000 10111101 11111111 1001110 11010 0 0 11001000 1100100 111101

Color Harmonies of #38BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BDFF

Black with #38BDFF

Text Example


Text Example

White with #38BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,189,255); }

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

background-color css

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

 a { background-color: rgb(56,189,255); }

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

border-color css

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

 span { border-color: rgb(56,189,255); }

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