Html Css Color HEX #38C5FD Summer Sky

📋 copy color: '#38C5FD'

red 56 ◦ green 197 ◦ blue 253

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

Shades of Summer Sky #38C5FD

Tints of Summer Sky #38C5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.93%

 BLUE value IS 253 (99.22% from 255) = 50%

R = 11.07%
G = 38.93%
B = 50%

CMYK

 C value IS 0.78

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#38C5FD (or 0x38C5FD) is known color: Summer Sky. HEX triplet: 38, C5 and FD. RGB value is (56,197,253). Sum of RGB (Red+Green+Blue) = 56+197+253=506 (67% of max value = 765). Red value is 56 (22.27% from 255 or 11.07% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #38C5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C5FD is #C73A02. Grayscale: #A0A0A0. Windows color (decimal): -13056515 or 16631096. OLE color: 16631096.

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

Color convert

RGB 56 197 253 -
CMYK 0.78 0.22 0 0.01
HSL 197.06º 0.98% 0.61% -
HSV(B) 197.06º 0.78% 0.99% -
XYZ 39.33 47.87 100.09 -
YUV 161.23 179.79 52.95 -
System Red Green Blue C M Y K H S L
Decimal 56 197 253 0.78 0.22 0 0.01 197.06 0.98 0.61
Hex 38 C5 FD 4E 16 0 1 C5 62 3D
Octal 70 305 375 116 26 0 1 305 142 75
Binary 111000 11000101 11111101 1001110 10110 0 1 11000101 1100010 111101

Color Harmonies of #38C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C5FD

Black with #38C5FD

Text Example


Text Example

White with #38C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,197,253); }

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

background-color css

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

 a { background-color: rgb(56,197,253); }

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

border-color css

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

 span { border-color: rgb(56,197,253); }

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