Html Css Color HEX #38AAFD Summer Sky

📋 copy color: '#38AAFD'

red 56 ◦ green 170 ◦ blue 253

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

Shades of Summer Sky #38AAFD

Tints of Summer Sky #38AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.49%

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

R = 11.69%
G = 35.49%
B = 52.82%

CMYK

 C value IS 0.78

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#38AAFD (or 0x38AAFD) is known color: Summer Sky. HEX triplet: 38, AA and FD. RGB value is (56,170,253). Sum of RGB (Red+Green+Blue) = 56+170+253=479 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.69% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #38AAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AAFD is #C75502. Grayscale: #909090. Windows color (decimal): -13063427 or 16624184. OLE color: 16624184.

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

Color convert

RGB 56 170 253 -
CMYK 0.78 0.33 0 0.01
HSL 205.28º 0.98% 0.61% -
HSV(B) 205.28º 0.78% 0.99% -
XYZ 33.74 36.68 98.23 -
YUV 145.38 188.73 64.25 -
System Red Green Blue C M Y K H S L
Decimal 56 170 253 0.78 0.33 0 0.01 205.28 0.98 0.61
Hex 38 AA FD 4E 21 0 1 CD 62 3D
Octal 70 252 375 116 41 0 1 315 142 75
Binary 111000 10101010 11111101 1001110 100001 0 1 11001101 1100010 111101

Color Harmonies of #38AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AAFD

Black with #38AAFD

Text Example


Text Example

White with #38AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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