Html Css Color HEX #38AFFF Summer Sky

📋 copy color: '#38AFFF'

red 56 ◦ green 175 ◦ blue 255

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

Shades of Summer Sky #38AFFF

Tints of Summer Sky #38AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.01%

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

R = 11.52%
G = 36.01%
B = 52.47%

CMYK

 C value IS 0.78

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#38AFFF (or 0x38AFFF) is known color: Summer Sky. HEX triplet: 38, AF and FF. RGB value is (56,175,255). Sum of RGB (Red+Green+Blue) = 56+175+255=486 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.52% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #38AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AFFF is #C75000. Grayscale: #949494. Windows color (decimal): -13062145 or 16756536. OLE color: 16756536.

HSL color Cylindrical-coordinate representation of color #38AFFF: hue angle of 204.12º 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 #38AFFF is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 175 255 -
CMYK 0.78 0.31 0 0
HSL 204.12º 1% 0.61% -
HSV(B) 204.12º 0.78% 1% -
XYZ 35.01 38.72 100.24 -
YUV 148.54 188.08 62 -
System Red Green Blue C M Y K H S L
Decimal 56 175 255 0.78 0.31 0 0 204.12 1 0.61
Hex 38 AF FF 4E 1F 0 0 CC 64 3D
Octal 70 257 377 116 37 0 0 314 144 75
Binary 111000 10101111 11111111 1001110 11111 0 0 11001100 1100100 111101

Color Harmonies of #38AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AFFF

Black with #38AFFF

Text Example


Text Example

White with #38AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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