Html Css Color HEX #38A7CC Summer Sky

📋 copy color: '#38A7CC'

red 56 ◦ green 167 ◦ blue 204

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

Shades of Summer Sky #38A7CC

Tints of Summer Sky #38A7CC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.11%

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

R = 13.11%
G = 39.11%
B = 47.78%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38A7CC (or 0x38A7CC) is known color: Summer Sky. HEX triplet: 38, A7 and CC. RGB value is (56,167,204). Sum of RGB (Red+Green+Blue) = 56+167+204=427 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.11% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #38A7CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A7CC is #C75833. Grayscale: #898989. Windows color (decimal): -13064244 or 13412152. OLE color: 13412152.

HSL color Cylindrical-coordinate representation of color #38A7CC: hue angle of 195º 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 #38A7CC is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 167 204 -
CMYK 0.73 0.18 0 0.2
HSL 195º 0.59% 0.51% -
HSV(B) 195º 0.73% 0.8% -
XYZ 26.35 32.84 62.08 -
YUV 138.03 165.23 69.49 -
System Red Green Blue C M Y K H S L
Decimal 56 167 204 0.73 0.18 0 0.2 195 0.59 0.51
Hex 38 A7 CC 49 12 0 14 C3 3B 33
Octal 70 247 314 111 22 0 24 303 73 63
Binary 111000 10100111 11001100 1001001 10010 0 10100 11000011 111011 110011

Color Harmonies of #38A7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A7CC

Black with #38A7CC

Text Example


Text Example

White with #38A7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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