Html Css Color HEX #38A6CC Summer Sky

📋 copy color: '#38A6CC'

red 56 ◦ green 166 ◦ blue 204

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

Shades of Summer Sky #38A6CC

Tints of Summer Sky #38A6CC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.97%

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 13.15%
G = 38.97%
B = 47.89%

CMYK

 C value IS 0.73

 M value IS 0.19

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38A6CC (or 0x38A6CC) is known color: Summer Sky. HEX triplet: 38, A6 and CC. RGB value is (56,166,204). Sum of RGB (Red+Green+Blue) = 56+166+204=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #38A6CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A6CC is #C75933. Grayscale: #898989. Windows color (decimal): -13064500 or 13411896. OLE color: 13411896.

HSL color Cylindrical-coordinate representation of color #38A6CC: hue angle of 195.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38A6CC is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 166 204 -
CMYK 0.73 0.19 0 0.2
HSL 195.41º 0.59% 0.51% -
HSV(B) 195.41º 0.73% 0.8% -
XYZ 26.17 32.47 62.02 -
YUV 137.44 165.56 69.91 -
System Red Green Blue C M Y K H S L
Decimal 56 166 204 0.73 0.19 0 0.2 195.41 0.59 0.51
Hex 38 A6 CC 49 13 0 14 C3 3B 33
Octal 70 246 314 111 23 0 24 303 73 63
Binary 111000 10100110 11001100 1001001 10011 0 10100 11000011 111011 110011

Color Harmonies of #38A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A6CC

Black with #38A6CC

Text Example


Text Example

White with #38A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,166,204); }

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

background-color css

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

 a { background-color: rgb(56,166,204); }

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

border-color css

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

 span { border-color: rgb(56,166,204); }

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